浏览代码

Add missing general commands for Kodi

crobibero 4 年之前
父节点
当前提交
e9f17f3cab
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      MediaBrowser.Model/Session/GeneralCommandType.cs

+ 3 - 1
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
     }
 }