Browse Source

Merge pull request #4292 from crobibero/missing-general-command

Add missing general commands
dkanada 4 năm trước cách đây
mục cha
commit
2375c35c4a
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      MediaBrowser.Model/Session/GeneralCommandType.cs

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

@@ -43,6 +43,11 @@ namespace MediaBrowser.Model.Session
         Guide = 32,
         ToggleStats = 33,
         PlayMediaSource = 34,
-        PlayTrailers = 35
+        PlayTrailers = 35,
+        SetShuffleQueue = 36,
+        PlayState = 37,
+        PlayNext = 38,
+        ToggleOsdMenu = 39,
+        Play = 40
     }
 }