diff options
Diffstat (limited to 'MediaBrowser.Model/Session/PlayRequest.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/PlayRequest.cs | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/MediaBrowser.Model/Session/PlayRequest.cs b/MediaBrowser.Model/Session/PlayRequest.cs index 239fb6572..57f6c37f5 100644 --- a/MediaBrowser.Model/Session/PlayRequest.cs +++ b/MediaBrowser.Model/Session/PlayRequest.cs @@ -1,5 +1,4 @@ -using System; namespace MediaBrowser.Model.Session { /// <summary> @@ -7,11 +6,6 @@ namespace MediaBrowser.Model.Session /// </summary> public class PlayRequest { - public PlayRequest() - { - - } - /// <summary> /// Gets or sets the item ids. /// </summary> @@ -29,12 +23,6 @@ namespace MediaBrowser.Model.Session /// </summary> /// <value>The play command.</value> public PlayCommand PlayCommand { get; set; } - - /// <summary> - /// Gets or sets the play command. - /// </summary> - /// <value>The play command.</value> - public Guid UserId { get; set; } } /// <summary> @@ -55,4 +43,4 @@ namespace MediaBrowser.Model.Session /// </summary> PlayLast } -} +}
\ No newline at end of file |
