fix channel items in emc
This commit is contained in:
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…
Reference in New Issue
Block a user