fixes #1290 - upgrade audio formats
This commit is contained in:
parent
cc315c573c
commit
c8536040ba
|
@ -239,6 +239,10 @@ namespace MediaBrowser.Model.Net
|
|||
{
|
||||
return "audio/ogg";
|
||||
}
|
||||
if (StringHelper.EqualsIgnoreCase(ext, ".opus"))
|
||||
{
|
||||
return "audio/opus";
|
||||
}
|
||||
|
||||
// Playlists
|
||||
if (StringHelper.EqualsIgnoreCase(ext, ".m3u8"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user