diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-18 02:15:31 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-18 02:15:31 -0400 |
| commit | b5218034acb3149b6b5db658120611ba1469d8bb (patch) | |
| tree | 039ca031fac56083e6cb297d5ff30ab41bb344cb /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | 67ad98786f6b58a6b25db042554da982fc6481a7 (diff) | |
add tuner url
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
| -rw-r--r-- | MediaBrowser.Api/ApiEntryPoint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs index e91dd1a9b..c7f470427 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -339,7 +339,7 @@ namespace MediaBrowser.Api // We can really reduce the timeout for apps that are using the newer api if (!string.IsNullOrWhiteSpace(job.PlaySessionId) && job.Type != TranscodingJobType.Progressive) { - timerDuration = 20000; + timerDuration = 60000; } // Don't start the timer for playback checkins with progressive streaming |
