mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:06:12 +00:00
cache network data longer
This commit is contained in:
parent
39f20fdb4e
commit
26edcfefbb
3 changed files with 39 additions and 4 deletions
|
|
@ -393,6 +393,10 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
{
|
||||
return "wmav2";
|
||||
}
|
||||
if (string.Equals(codec, "opus", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "libopus";
|
||||
}
|
||||
|
||||
return codec.ToLower();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue