|
@@ -238,7 +238,11 @@ namespace MediaBrowser.Model.Net
|
|
if (StringHelper.EqualsIgnoreCase(ext, ".oga"))
|
|
if (StringHelper.EqualsIgnoreCase(ext, ".oga"))
|
|
{
|
|
{
|
|
return "audio/ogg";
|
|
return "audio/ogg";
|
|
- }
|
|
|
|
|
|
+ }
|
|
|
|
+ if (StringHelper.EqualsIgnoreCase(ext, ".opus"))
|
|
|
|
+ {
|
|
|
|
+ return "audio/opus";
|
|
|
|
+ }
|
|
|
|
|
|
// Playlists
|
|
// Playlists
|
|
if (StringHelper.EqualsIgnoreCase(ext, ".m3u8"))
|
|
if (StringHelper.EqualsIgnoreCase(ext, ".m3u8"))
|