fix channel items in emc

pull/1154/head
Luke Pulverenti 9 years ago
parent 88076948ef
commit be4f301198

@ -1439,7 +1439,7 @@ namespace MediaBrowser.Controller.Entities
public virtual string GetClientTypeName()
{
if (IsFolder && SourceType == SourceType.Channel)
if (IsFolder && SourceType == SourceType.Channel && !(this is Channel))
{
return "ChannelFolderItem";
}

Loading…
Cancel
Save