diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-12 13:27:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-12 13:27:53 -0400 |
| commit | b6ca79b73fdae969773935068c175ace43ac778d (patch) | |
| tree | 09b28a93eeb661048c6363d7936aa51244ee375f /MediaBrowser.Model/Session | |
| parent | 3817ff36b0a29a1a411193c53bb1238d230d9056 (diff) | |
control remote players with now playing bar
Diffstat (limited to 'MediaBrowser.Model/Session')
| -rw-r--r-- | MediaBrowser.Model/Session/GeneralCommand.cs | 3 | ||||
| -rw-r--r-- | MediaBrowser.Model/Session/PlaystateCommand.cs | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommand.cs b/MediaBrowser.Model/Session/GeneralCommand.cs index a50c3b5fe..4202ec456 100644 --- a/MediaBrowser.Model/Session/GeneralCommand.cs +++ b/MediaBrowser.Model/Session/GeneralCommand.cs @@ -46,6 +46,7 @@ namespace MediaBrowser.Model.Session ToggleMute = 21, SetVolume = 22, SetAudioStreamIndex = 23, - SetSubtitleStreamIndex = 24 + SetSubtitleStreamIndex = 24, + ToggleFullscreen = 25 } } diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs index 91572ba62..6466c6485 100644 --- a/MediaBrowser.Model/Session/PlaystateCommand.cs +++ b/MediaBrowser.Model/Session/PlaystateCommand.cs @@ -31,10 +31,6 @@ namespace MediaBrowser.Model.Session /// </summary> Seek, /// <summary> - /// The fullscreen - /// </summary> - Fullscreen, - /// <summary> /// The rewind /// </summary> Rewind, |
