diff options
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Dto/MediaVersionInfo.cs | 2 | ||||
| -rw-r--r-- | MediaBrowser.Model/Session/BrowseRequest.cs | 8 | ||||
| -rw-r--r-- | MediaBrowser.Model/Session/SessionInfoDto.cs | 6 |
3 files changed, 1 insertions, 15 deletions
diff --git a/MediaBrowser.Model/Dto/MediaVersionInfo.cs b/MediaBrowser.Model/Dto/MediaVersionInfo.cs index c2215fd6a..2e94f4f0c 100644 --- a/MediaBrowser.Model/Dto/MediaVersionInfo.cs +++ b/MediaBrowser.Model/Dto/MediaVersionInfo.cs @@ -1,6 +1,6 @@ using MediaBrowser.Model.Entities; -using System.Collections.Generic; using MediaBrowser.Model.MediaInfo; +using System.Collections.Generic; namespace MediaBrowser.Model.Dto { 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> |
