mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
commit
2913638b67
@ -618,7 +618,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