diff options
Diffstat (limited to 'MediaBrowser.Model/Session')
| -rw-r--r-- | MediaBrowser.Model/Session/PlaystateCommand.cs | 3 | ||||
| -rw-r--r-- | MediaBrowser.Model/Session/SessionInfoDto.cs | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs index 2af4f26e3..3b70d5454 100644 --- a/MediaBrowser.Model/Session/PlaystateCommand.cs +++ b/MediaBrowser.Model/Session/PlaystateCommand.cs @@ -37,6 +37,7 @@ namespace MediaBrowser.Model.Session /// <summary> /// The fast forward /// </summary> - FastForward + FastForward, + PlayPause } }
\ No newline at end of file diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs index b21a089aa..3081d7ee3 100644 --- a/MediaBrowser.Model/Session/SessionInfoDto.cs +++ b/MediaBrowser.Model/Session/SessionInfoDto.cs @@ -26,6 +26,8 @@ namespace MediaBrowser.Model.Session /// <value>The id.</value> public string Id { get; set; } + public string ServerId { get; set; } + /// <summary> /// Gets or sets the user id. /// </summary> |
