Explorar el Código

Add missing general commands for Kodi

crobibero hace 4 años
padre
commit
e9f17f3cab
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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
     }
 }