aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ApiEntryPoint.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-18 20:05:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-18 20:05:36 -0400
commitd155b78360a2d8a945aded31c361f69ad017e8b3 (patch)
tree2f0750264703cf2a44259be4f531e8dc680f9212 /MediaBrowser.Api/ApiEntryPoint.cs
parentb5218034acb3149b6b5db658120611ba1469d8bb (diff)
update hls timer
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
-rw-r--r--MediaBrowser.Api/ApiEntryPoint.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs
index c7f470427..26d3c6200 100644
--- a/MediaBrowser.Api/ApiEntryPoint.cs
+++ b/MediaBrowser.Api/ApiEntryPoint.cs
@@ -331,7 +331,6 @@ namespace MediaBrowser.Api
return;
}
- // TODO: Lower this hls timeout
var timerDuration = job.Type == TranscodingJobType.Progressive ?
1000 :
1800000;