mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03: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