From 8bb44b85d7008ee167f2260934a1f325abb06e2d Mon Sep 17 00:00:00 2001
From: herby2212 <12448284+herby2212@users.noreply.github.com>
Date: Mon, 1 May 2023 16:24:15 +0200
Subject: close inactive sessions after 10 minutes
---
MediaBrowser.Controller/Session/SessionInfo.cs | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'MediaBrowser.Controller/Session')
diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs
index 25bf23d61..172d79a59 100644
--- a/MediaBrowser.Controller/Session/SessionInfo.cs
+++ b/MediaBrowser.Controller/Session/SessionInfo.cs
@@ -109,6 +109,12 @@ namespace MediaBrowser.Controller.Session
/// The last playback check in.
public DateTime LastPlaybackCheckIn { get; set; }
+ ///
+ /// Gets or sets the last paused date.
+ ///
+ /// The last paused date.
+ public DateTime? LastPausedDate { get; set; }
+
///
/// Gets or sets the name of the device.
///
--
cgit v1.2.3