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

limit guide date picker to actual guide days

release-10.1.0
Luke Pulverenti 8 years ago
parent 1186df23dd
commit e4ceec749d

@ -2647,7 +2647,7 @@ namespace Emby.Server.Implementations.LiveTv
public GuideInfo GetGuideInfo()
{
var startDate = DateTime.UtcNow;
var endDate = startDate.AddDays(14);
var endDate = startDate.AddDays(GetGuideDays());
return new GuideInfo
{

Loading…
Cancel
Save