浏览代码

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