Browse Source

Add missing general commands for Kodi

crobibero 4 năm trước cách đây
mục cha
commit
e9f17f3cab
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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
     }
 }