diff options
| author | crobibero <cody@robibe.ro> | 2020-10-07 17:26:02 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-10-07 17:26:02 -0600 |
| commit | e9f17f3cab621929eacb6680a48246a4033d727d (patch) | |
| tree | d50fefbe9032ebbedd683261a29d44d00effdb70 | |
| parent | 508b7c0a4e24d52fa8c10a29f6fb5c1cf77a65d2 (diff) | |
Add missing general commands for Kodi
| -rw-r--r-- | MediaBrowser.Model/Session/GeneralCommandType.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommandType.cs b/MediaBrowser.Model/Session/GeneralCommandType.cs index dce33210b..62fa436b5 100644 --- a/MediaBrowser.Model/Session/GeneralCommandType.cs +++ b/MediaBrowser.Model/Session/GeneralCommandType.cs @@ -46,6 +46,8 @@ namespace MediaBrowser.Model.Session PlayTrailers = 35, SetShuffleQueue = 36, Playstate = 37, - PlayNext = 38 + PlayNext = 38, + ToggleOsdMenu = 39, + Play = 40 } } |
