mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00: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