2
0
Luke Pulverenti 9 жил өмнө
parent
commit
be4f301198

+ 1 - 1
MediaBrowser.Controller/Entities/BaseItem.cs

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