diff options
| author | crobibero <cody@robibe.ro> | 2020-10-07 17:16:03 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-10-07 17:16:03 -0600 |
| commit | 508b7c0a4e24d52fa8c10a29f6fb5c1cf77a65d2 (patch) | |
| tree | 59259d34c18c7604da8926074b8f28cbcd747441 /MediaBrowser.Model/Session/GeneralCommandType.cs | |
| parent | e11a2d4397649d49ee1a1db2d21768b80ea044ff (diff) | |
Add missing general commands
Diffstat (limited to 'MediaBrowser.Model/Session/GeneralCommandType.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/GeneralCommandType.cs | 5 |
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 } } |
