aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ApiEntryPoint.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-06-01 10:49:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-06-01 10:49:23 -0400
commitf2abd8ba39eefd5397eb3f0e327efbca8d8ecd0f (patch)
treeb2759d5a30620db61d324d00d5956d9bfc4e43e1 /MediaBrowser.Api/ApiEntryPoint.cs
parent68e64feafd1e5e91522938fa91217d3d9ce26e62 (diff)
update live tv database
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
-rw-r--r--MediaBrowser.Api/ApiEntryPoint.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs
index db3dbf048..68087309b 100644
--- a/MediaBrowser.Api/ApiEntryPoint.cs
+++ b/MediaBrowser.Api/ApiEntryPoint.cs
@@ -340,7 +340,7 @@ namespace MediaBrowser.Api
// We can really reduce the timeout for apps that are using the newer api
if (!string.IsNullOrWhiteSpace(job.PlaySessionId))
{
- timerDuration = 60000;
+ timerDuration = 120000;
}
}