3.0.5233.40306

This commit is contained in:
Luke Pulverenti
2014-04-30 23:24:55 -04:00
parent 98c0b28d14
commit c741082dfd
42 changed files with 238 additions and 166 deletions

View File

@@ -23,13 +23,5 @@ namespace MediaBrowser.Model.Session
/// </summary>
/// <value>The name of the item.</value>
public string ItemName { get; set; }
/// <summary>
/// Gets or sets the context (Movies, Music, Tv, etc)
/// Applicable to genres, studios and persons only because the context of items and artists can be inferred.
/// This is optional to supply and clients are free to ignore it.
/// </summary>
/// <value>The context.</value>
public string Context { get; set; }
}
}

View File

@@ -87,12 +87,6 @@ namespace MediaBrowser.Model.Session
/// <value>The last activity date.</value>
public DateTime LastActivityDate { get; set; }
/// <summary>
/// Gets or sets the now viewing context.
/// </summary>
/// <value>The now viewing context.</value>
public string NowViewingContext { get; set; }
/// <summary>
/// Gets or sets the now viewing item.
/// </summary>