Update DynamicHlsController.cs

This commit is contained in:
BaronGreenback 2020-09-20 14:35:46 +01:00 committed by GitHub
parent 9cb37ae9c2
commit d6f01d6503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1453,7 +1453,7 @@ namespace Jellyfin.Api.Controllers
var args = "-codec:v:0 " + codec;
// if (state.EnableMpegtsM2TsMode)
// if (state.EnableMpegtsM2TsMode)
// {
// args += " -mpegts_m2ts_mode 1";
// }