mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
added json subtitle output
This commit is contained in:
@@ -54,7 +54,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
{
|
||||
get
|
||||
{
|
||||
return (DateTime.UtcNow - Session.LastActivityDate).TotalMinutes <= 10;
|
||||
return (DateTime.UtcNow - Session.LastActivityDate).TotalMinutes <= 20;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user