Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/be4f301198fa0d1d455478eebfc960a6e61c33e9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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