mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-21 10:38:04 +00:00
update opus mime type
This commit is contained in:
@@ -241,7 +241,7 @@ namespace MediaBrowser.Model.Net
|
||||
}
|
||||
if (StringHelper.EqualsIgnoreCase(ext, ".opus"))
|
||||
{
|
||||
return "audio/opus";
|
||||
return "audio/ogg";
|
||||
}
|
||||
|
||||
// Playlists
|
||||
|
||||
Reference in New Issue
Block a user