Explorar el Código

Remove max runtime

nicknsy hace 2 años
padre
commit
79a0e36b90
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      MediaBrowser.Providers/Trickplay/TrickplayImagesTask.cs

+ 1 - 2
MediaBrowser.Providers/Trickplay/TrickplayImagesTask.cs

@@ -63,8 +63,7 @@ namespace MediaBrowser.Providers.Trickplay
                 new TaskTriggerInfo
                 {
                     Type = TaskTriggerInfo.TriggerDaily,
-                    TimeOfDayTicks = TimeSpan.FromHours(3).Ticks,
-                    MaxRuntimeTicks = TimeSpan.FromHours(5).Ticks
+                    TimeOfDayTicks = TimeSpan.FromHours(3).Ticks
                 }
             };
         }