updated nuget

This commit is contained in:
Luke Pulverenti
2013-05-21 23:59:55 -04:00
parent a3ecf6c2b7
commit b310c98656
7 changed files with 24 additions and 10 deletions

View File

@@ -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.