aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-07 17:16:03 -0600
committercrobibero <cody@robibe.ro>2020-10-07 17:16:03 -0600
commit508b7c0a4e24d52fa8c10a29f6fb5c1cf77a65d2 (patch)
tree59259d34c18c7604da8926074b8f28cbcd747441
parente11a2d4397649d49ee1a1db2d21768b80ea044ff (diff)
Add missing general commands
-rw-r--r--MediaBrowser.Model/Session/GeneralCommandType.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommandType.cs b/MediaBrowser.Model/Session/GeneralCommandType.cs
index 5a9042d5f..dce33210b 100644
--- a/MediaBrowser.Model/Session/GeneralCommandType.cs
+++ b/MediaBrowser.Model/Session/GeneralCommandType.cs
@@ -43,6 +43,9 @@ namespace MediaBrowser.Model.Session
Guide = 32,
ToggleStats = 33,
PlayMediaSource = 34,
- PlayTrailers = 35
+ PlayTrailers = 35,
+ SetShuffleQueue = 36,
+ Playstate = 37,
+ PlayNext = 38
}
}