Browse Source

Add missing general commands

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