ソースを参照

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)
                 {