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

update channel image urls

release-10.1.0
Luke Pulverenti 8 years ago
parent 35415d6a50
commit 9a59d12241

@ -423,6 +423,11 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
{
tunerChannel.Name = epgChannel.Name;
}
if (!string.IsNullOrWhiteSpace(epgChannel.ImageUrl))
{
tunerChannel.ImageUrl = epgChannel.ImageUrl;
tunerChannel.HasImage = true;
}
}
}
}

Loading…
Cancel
Save