update opus mime type

This commit is contained in:
Luke Pulverenti 2016-08-24 11:48:23 -04:00
parent e4851e1b25
commit e03ead01ae

View file

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