From b310c986568bf44f72a9ca42deab54966a1867f0 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 21 May 2013 23:59:55 -0400 Subject: updated nuget --- MediaBrowser.Model/Session/SessionInfoDto.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Model/Session') diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs index 2b9c1a64e7..879d496b2e 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. /// /// The now viewing item identifier. - public string NowViewingItemIdentifier { get; set; } + public string NowViewingItemId { get; set; } + + /// + /// Gets or sets the name of the now viewing item. + /// + /// The name of the now viewing item. + public string NowViewingItemName { get; set; } /// /// Gets or sets the name of the device. -- cgit v1.2.3