GeneralCommand Remote fix

pull/702/head
7illusions 10 years ago
parent 8f7d14eabb
commit c6510b5fd1

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

Loading…
Cancel
Save