mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
update input params
This commit is contained in:
parent
d218dbd2a1
commit
2a34c30313
@ -159,6 +159,10 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
{
|
||||
return "matroska";
|
||||
}
|
||||
if (string.Equals(container, "ts", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "mpegts";
|
||||
}
|
||||
|
||||
return container;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user