Skip to content

Commit

Permalink
fix channel items in emc
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Apr 10, 2016
1 parent 5e90c15 commit 05ad963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaBrowser.Controller/Entities/BaseItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ public virtual bool IsFolder

public virtual string GetClientTypeName()
{
if (IsFolder && SourceType == SourceType.Channel)
if (IsFolder && SourceType == SourceType.Channel && !(this is Channel))
{
return "ChannelFolderItem";
}
Expand Down

0 comments on commit 05ad963

Please sign in to comment.