aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/SessionInfo.cs
diff options
context:
space:
mode:
authorherby2212 <12448284+herby2212@users.noreply.github.com>2023-10-07 21:18:21 +0200
committerherby2212 <12448284+herby2212@users.noreply.github.com>2023-10-07 21:18:21 +0200
commitdb5c2f738efa4b4ef316ca005616e561329e735f (patch)
tree96aaca3b6691ed3697c9d94ad9dae0026b884ad4 /MediaBrowser.Controller/Session/SessionInfo.cs
parent1141883f7734126aefc1d33172261a278c3ada84 (diff)
parent56aa37a314df17ba7608d7d9d00925f9e4816a89 (diff)
integrate development from v1
Diffstat (limited to 'MediaBrowser.Controller/Session/SessionInfo.cs')
-rw-r--r--MediaBrowser.Controller/Session/SessionInfo.cs6
1 files changed, 6 insertions, 0 deletions
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
@@ -110,6 +110,12 @@ namespace MediaBrowser.Controller.Session
public DateTime LastPlaybackCheckIn { get; set; }
/// <summary>
+ /// Gets or sets the last paused date.
+ /// </summary>
+ /// <value>The last paused date.</value>
+ public DateTime? LastPausedDate { get; set; }
+
+ /// <summary>
/// Gets or sets the name of the device.
/// </summary>
/// <value>The name of the device.</value>