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/GeneralCommand.cs | |
| parent | 3817ff36b0a29a1a411193c53bb1238d230d9056 (diff) | |
control remote players with now playing bar
Diffstat (limited to 'MediaBrowser.Model/Session/GeneralCommand.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/GeneralCommand.cs | 3 |
1 files changed, 2 insertions, 1 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 } } |
