update opus mime type
This commit is contained in:
parent
e4851e1b25
commit
e03ead01ae
|
@ -241,7 +241,7 @@ namespace MediaBrowser.Model.Net
|
|||
}
|
||||
if (StringHelper.EqualsIgnoreCase(ext, ".opus"))
|
||||
{
|
||||
return "audio/opus";
|
||||
return "audio/ogg";
|
||||
}
|
||||
|
||||
// Playlists
|
||||
|
|
Loading…
Reference in New Issue
Block a user