aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/GeneralCommandType.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-10-11 18:34:48 +0900
committerGitHub <noreply@github.com>2020-10-11 18:34:48 +0900
commit2375c35c4a966a469dd97f33deb57b342498b905 (patch)
treea664624692b2192d92fdce165de1f9db7cb5e851 /MediaBrowser.Model/Session/GeneralCommandType.cs
parentddce3ef6be3c3ad6d8eeb0b583292d35a9e99c80 (diff)
parentfe49ae7cb558fe86f23cb11f6f564db59828509f (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.cs7
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
}
}