diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-21 23:59:55 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-21 23:59:55 -0400 |
| commit | b310c986568bf44f72a9ca42deab54966a1867f0 (patch) | |
| tree | 0e211fa84808151ee36326f5c47f1db5bcd93487 /MediaBrowser.Model/Session | |
| parent | a3ecf6c2b7760935de541568cfdfa3c1c09edda9 (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Model/Session')
| -rw-r--r-- | MediaBrowser.Model/Session/SessionInfoDto.cs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs index 2b9c1a64e..879d496b2 100644 --- a/MediaBrowser.Model/Session/SessionInfoDto.cs +++ b/MediaBrowser.Model/Session/SessionInfoDto.cs @@ -45,7 +45,13 @@ namespace MediaBrowser.Model.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 name of the device. |
