Browse Source

Add missing general commands

crobibero 4 years ago
parent
commit
508b7c0a4e
1 changed files with 4 additions and 1 deletions
  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
     }
 }