Explorar o código

GeneralCommand Remote fix

7illusions %!s(int64=11) %!d(string=hai) anos
pai
achega
c6510b5fd1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
                 {