diff options
Diffstat (limited to 'MediaBrowser.Model/Session')
| -rw-r--r-- | MediaBrowser.Model/Session/BrowseRequest.cs | 8 | ||||
| -rw-r--r-- | MediaBrowser.Model/Session/SessionInfoDto.cs | 6 |
2 files changed, 0 insertions, 14 deletions
diff --git a/MediaBrowser.Model/Session/BrowseRequest.cs b/MediaBrowser.Model/Session/BrowseRequest.cs index bcf72e143..0a13c0549 100644 --- a/MediaBrowser.Model/Session/BrowseRequest.cs +++ b/MediaBrowser.Model/Session/BrowseRequest.cs @@ -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; } } }
\ No newline at end of file diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs index 686af4849..cd6ecbbb2 100644 --- a/MediaBrowser.Model/Session/SessionInfoDto.cs +++ b/MediaBrowser.Model/Session/SessionInfoDto.cs @@ -88,12 +88,6 @@ namespace MediaBrowser.Model.Session 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> /// <value>The now viewing item.</value> |
