aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/GeneralCommand.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-12 13:27:53 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-12 13:27:53 -0400
commitb6ca79b73fdae969773935068c175ace43ac778d (patch)
tree09b28a93eeb661048c6363d7936aa51244ee375f /MediaBrowser.Model/Session/GeneralCommand.cs
parent3817ff36b0a29a1a411193c53bb1238d230d9056 (diff)
control remote players with now playing bar
Diffstat (limited to 'MediaBrowser.Model/Session/GeneralCommand.cs')
-rw-r--r--MediaBrowser.Model/Session/GeneralCommand.cs3
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
}
}