소스 검색

Add missing general commands

crobibero 4 년 전
부모
커밋
508b7c0a4e
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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
     }
 }