fix channel items in emc

This commit is contained in:
Luke Pulverenti 2016-04-09 22:29:19 -04:00
parent 88076948ef
commit be4f301198

View file

@ -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";
}