aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ApiEntryPoint.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-25 13:32:22 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-25 13:32:22 -0400
commit541d0c2ce174fc587a07ceb88df0d65656ef122a (patch)
tree92927ffcbbf481e8dce48cfceb849c0dffead4ac /MediaBrowser.Api/ApiEntryPoint.cs
parent5048914445c371ced2f060b9bcd1d43945bcf8c0 (diff)
3.0.5621.2
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
-rw-r--r--MediaBrowser.Api/ApiEntryPoint.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs
index dff60d483..05ff503e4 100644
--- a/MediaBrowser.Api/ApiEntryPoint.cs
+++ b/MediaBrowser.Api/ApiEntryPoint.cs
@@ -349,12 +349,6 @@ namespace MediaBrowser.Api
if (!string.IsNullOrWhiteSpace(job.PlaySessionId))
{
timerDuration = 60000;
-
- // With newer just in time encoding, we no longer need to be aggressive about killing the stream
- if (!job.IsLiveOutput)
- {
- timerDuration = 180000;
- }
}
}