diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-13 05:18:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-13 05:18:32 -0400 |
| commit | b7bcc2450694105de9f9fc8cc07d2cfc4d9d7c96 (patch) | |
| tree | b8633980d8c8d24a7020d44cdf192954025bb6ed /MediaBrowser.Model/Session/BrowseRequest.cs | |
| parent | 219e0ef19baf8c97a13e150fb017e009c37a3597 (diff) | |
Undoing changes
Diffstat (limited to 'MediaBrowser.Model/Session/BrowseRequest.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/BrowseRequest.cs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Session/BrowseRequest.cs b/MediaBrowser.Model/Session/BrowseRequest.cs index 03241860c8..e2cdcc1b28 100644 --- a/MediaBrowser.Model/Session/BrowseRequest.cs +++ b/MediaBrowser.Model/Session/BrowseRequest.cs @@ -1,6 +1,4 @@ -using System; - namespace MediaBrowser.Model.Session { /// <summary> @@ -14,8 +12,6 @@ namespace MediaBrowser.Model.Session /// <value>The type of the item.</value> public string ItemType { get; set; } - public Guid UserId { get; set; } - /// <summary> /// Gets or sets the item id. /// </summary> @@ -27,7 +23,7 @@ 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. @@ -44,4 +40,4 @@ namespace MediaBrowser.Model.Session public const string TvShows = "TvShows"; public const string Games = "Games"; } -} +}
\ No newline at end of file |
