aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session
diff options
context:
space:
mode:
authorHurricaneHernandez <carlos@techbyte.ca>2014-10-24 16:12:24 -0600
committerHurricaneHernandez <carlos@techbyte.ca>2014-10-24 16:12:24 -0600
commite01f932f4bd6764850155616e733590a74d905be (patch)
tree894a2da0c7b9d96d5108b6f2ed57e0f10dfee96a /MediaBrowser.Controller/Session
parent3be4aa8dc729f5899658790f43a1d1c182e7a243 (diff)
parentc8a735bcb1ba71e9501d18b3044aa30793ff97ee (diff)
Merge remote-tracking branch 'upstream/master' into docker
Diffstat (limited to 'MediaBrowser.Controller/Session')
-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 53a8d5a7cb..d8a2464d64 100644
--- a/MediaBrowser.Controller/Session/SessionInfo.cs
+++ b/MediaBrowser.Controller/Session/SessionInfo.cs
@@ -81,6 +81,12 @@ namespace MediaBrowser.Controller.Session
public DateTime LastActivityDate { get; set; }
/// <summary>
+ /// Gets or sets the last playback check in.
+ /// </summary>
+ /// <value>The last playback check in.</value>
+ public DateTime LastPlaybackCheckIn { get; set; }
+
+ /// <summary>
/// Gets or sets the name of the device.
/// </summary>
/// <value>The name of the device.</value>