GeneralCommand Remote fix

This commit is contained in:
7illusions 2014-04-14 08:42:51 +02:00
parent 8f7d14eabb
commit c6510b5fd1

View file

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