diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-30 23:24:55 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-30 23:24:55 -0400 |
| commit | c741082dfd709e20e9b762028a684d39755ecd28 (patch) | |
| tree | 9697b42a178c3f0710f1f7bc4fdaffcad9b53f32 /MediaBrowser.Model/Session | |
| parent | 98c0b28d14d68cc2989fb60fb09dde0501a8d928 (diff) | |
3.0.5233.40306
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> |
