added json subtitle output

This commit is contained in:
Luke Pulverenti
2014-08-22 11:47:44 -04:00
parent ca66390e24
commit 21d88faa18
7 changed files with 47 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ namespace MediaBrowser.Server.Implementations.Session
{
get
{
return (DateTime.UtcNow - Session.LastActivityDate).TotalMinutes <= 10;
return (DateTime.UtcNow - Session.LastActivityDate).TotalMinutes <= 20;
}
}