Merge pull request #781 from 7illusions/master

DLNA GeneralCommand fix
pull/702/head
Luke 11 years ago
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…
Cancel
Save