diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-18 20:05:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-18 20:05:36 -0400 |
| commit | d155b78360a2d8a945aded31c361f69ad017e8b3 (patch) | |
| tree | 2f0750264703cf2a44259be4f531e8dc680f9212 /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | b5218034acb3149b6b5db658120611ba1469d8bb (diff) | |
update hls timer
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
| -rw-r--r-- | MediaBrowser.Api/ApiEntryPoint.cs | 1 |
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; |
