aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ApiEntryPoint.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-14 12:39:34 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-14 12:39:34 -0400
commit7736bab31400073daa64df3d4b283c26fcb9ee3e (patch)
tree48fe945a2c34d8a694de2c0dbbb9f9e2c0a0f54a /MediaBrowser.Api/ApiEntryPoint.cs
parentb1be4939dfd35f0bc11097e40bfee536fead8d4f (diff)
update selection buttons
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 68087309b..54c28d390 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 = 120000;
+ timerDuration = 300000;
}
}