mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
fix m2ts input specifier
This commit is contained in:
@@ -154,6 +154,10 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
return "mpegts";
|
||||
}
|
||||
if (string.Equals(container, "m2ts", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return container;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user