GeneralCommand Remote fix
This commit is contained in:
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…
Reference in New Issue
Block a user