diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-10-11 18:34:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-11 18:34:48 +0900 |
| commit | 2375c35c4a966a469dd97f33deb57b342498b905 (patch) | |
| tree | a664624692b2192d92fdce165de1f9db7cb5e851 /MediaBrowser.Model/Session/GeneralCommandType.cs | |
| parent | ddce3ef6be3c3ad6d8eeb0b583292d35a9e99c80 (diff) | |
| parent | fe49ae7cb558fe86f23cb11f6f564db59828509f (diff) | |
Merge pull request #4292 from crobibero/missing-general-command
Add missing general commands
Diffstat (limited to 'MediaBrowser.Model/Session/GeneralCommandType.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/GeneralCommandType.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommandType.cs b/MediaBrowser.Model/Session/GeneralCommandType.cs index 5a9042d5f..c58fa9a6b 100644 --- a/MediaBrowser.Model/Session/GeneralCommandType.cs +++ b/MediaBrowser.Model/Session/GeneralCommandType.cs @@ -43,6 +43,11 @@ namespace MediaBrowser.Model.Session Guide = 32, ToggleStats = 33, PlayMediaSource = 34, - PlayTrailers = 35 + PlayTrailers = 35, + SetShuffleQueue = 36, + PlayState = 37, + PlayNext = 38, + ToggleOsdMenu = 39, + Play = 40 } } |
