diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs index b3f1923e5b..5aa803b9b6 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -423,12 +423,10 @@ namespace MediaBrowser.Api var timerDuration = 10000; - /* if (job.Type != TranscodingJobType.Progressive) { timerDuration = 60000; } - */ job.PingTimeout = timerDuration; job.LastPingDate = DateTime.UtcNow;