Pārlūkot izejas kodu

Add missing general commands

crobibero 4 gadi atpakaļ
vecāks
revīzija
508b7c0a4e
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      MediaBrowser.Model/Session/GeneralCommandType.cs

+ 4 - 1
MediaBrowser.Model/Session/GeneralCommandType.cs

@@ -43,6 +43,9 @@ namespace MediaBrowser.Model.Session
         Guide = 32,
         ToggleStats = 33,
         PlayMediaSource = 34,
-        PlayTrailers = 35
+        PlayTrailers = 35,
+        SetShuffleQueue = 36,
+        Playstate = 37,
+        PlayNext = 38
     }
 }