aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/GeneralCommand.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-06 13:53:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-06 13:53:23 -0400
commitc60103df64104459883f1244363cc9cd39187545 (patch)
tree9c2d90fb6b59905a265ffd3f10a036d3e50ce487 /MediaBrowser.Model/Session/GeneralCommand.cs
parent241c43e9a1f9ad2fbc940626f9c85c469402bc55 (diff)
chromecast updates
Diffstat (limited to 'MediaBrowser.Model/Session/GeneralCommand.cs')
-rw-r--r--MediaBrowser.Model/Session/GeneralCommand.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommand.cs b/MediaBrowser.Model/Session/GeneralCommand.cs
index 0de7d6dd8..a50c3b5fe 100644
--- a/MediaBrowser.Model/Session/GeneralCommand.cs
+++ b/MediaBrowser.Model/Session/GeneralCommand.cs
@@ -43,6 +43,9 @@ namespace MediaBrowser.Model.Session
VolumeDown = 18,
Mute = 19,
Unmute = 20,
- ToggleMute = 21
+ ToggleMute = 21,
+ SetVolume = 22,
+ SetAudioStreamIndex = 23,
+ SetSubtitleStreamIndex = 24
}
}