Просмотр исходного кода

Update DynamicHlsController.cs

BaronGreenback 4 лет назад
Родитель
Сommit
d6f01d6503
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Jellyfin.Api/Controllers/DynamicHlsController.cs

+ 1 - 1
Jellyfin.Api/Controllers/DynamicHlsController.cs

@@ -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";
             // }