From c741082dfd709e20e9b762028a684d39755ecd28 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 30 Apr 2014 23:24:55 -0400 Subject: 3.0.5233.40306 --- MediaBrowser.Model/Session/BrowseRequest.cs | 8 -------- MediaBrowser.Model/Session/SessionInfoDto.cs | 6 ------ 2 files changed, 14 deletions(-) (limited to 'MediaBrowser.Model/Session') 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 /// /// The name of the item. public string ItemName { get; set; } - - /// - /// 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. - /// - /// The context. - 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 @@ -87,12 +87,6 @@ namespace MediaBrowser.Model.Session /// The last activity date. public DateTime LastActivityDate { get; set; } - /// - /// Gets or sets the now viewing context. - /// - /// The now viewing context. - public string NowViewingContext { get; set; } - /// /// Gets or sets the now viewing item. /// -- cgit v1.2.3