From 21d88faa187f89854f2ab5f5146baea70b6bc118 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 22 Aug 2014 11:47:44 -0400 Subject: added json subtitle output --- MediaBrowser.Server.Implementations/Session/HttpSessionController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/Session/HttpSessionController.cs') diff --git a/MediaBrowser.Server.Implementations/Session/HttpSessionController.cs b/MediaBrowser.Server.Implementations/Session/HttpSessionController.cs index 1be4eca23..a719e8be2 100644 --- a/MediaBrowser.Server.Implementations/Session/HttpSessionController.cs +++ b/MediaBrowser.Server.Implementations/Session/HttpSessionController.cs @@ -54,7 +54,7 @@ namespace MediaBrowser.Server.Implementations.Session { get { - return (DateTime.UtcNow - Session.LastActivityDate).TotalMinutes <= 10; + return (DateTime.UtcNow - Session.LastActivityDate).TotalMinutes <= 20; } } -- cgit v1.2.3