mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
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…
x
Reference in New Issue
Block a user