aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-21 23:59:55 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-21 23:59:55 -0400
commitb310c986568bf44f72a9ca42deab54966a1867f0 (patch)
tree0e211fa84808151ee36326f5c47f1db5bcd93487 /MediaBrowser.Controller/Session
parenta3ecf6c2b7760935de541568cfdfa3c1c09edda9 (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Controller/Session')
-rw-r--r--MediaBrowser.Controller/Session/SessionInfo.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs
index c9ed47756..c3651974b 100644
--- a/MediaBrowser.Controller/Session/SessionInfo.cs
+++ b/MediaBrowser.Controller/Session/SessionInfo.cs
@@ -63,7 +63,13 @@ namespace MediaBrowser.Controller.Session
/// Gets or sets the now viewing item identifier.
/// </summary>
/// <value>The now viewing item identifier.</value>
- public string NowViewingItemIdentifier { get; set; }
+ public string NowViewingItemId { get; set; }
+
+ /// <summary>
+ /// Gets or sets the name of the now viewing item.
+ /// </summary>
+ /// <value>The name of the now viewing item.</value>
+ public string NowViewingItemName { get; set; }
/// <summary>
/// Gets or sets the now playing item.