mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 13:33:04 +03:00
cache network data longer
This commit is contained in:
@@ -393,6 +393,10 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
return "wmav2";
|
||||
}
|
||||
if (string.Equals(codec, "opus", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "libopus";
|
||||
}
|
||||
|
||||
return codec.ToLower();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user