mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07: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…
Reference in New Issue
Block a user