소스 검색

GeneralCommand Remote fix

7illusions 11 년 전
부모
커밋
c6510b5fd1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Dlna/PlayTo/DlnaController.cs

+ 1 - 1
MediaBrowser.Dlna/PlayTo/DlnaController.cs

@@ -613,7 +613,7 @@ namespace MediaBrowser.Dlna.PlayTo
         {
             GeneralCommandType commandType;
 
-            if (!Enum.TryParse(command.Name, true, out commandType))
+            if (Enum.TryParse(command.Name, true, out commandType))
             {
                 switch (commandType)
                 {