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

update live tv suggestions

pull/702/head
Luke Pulverenti 9 years ago
parent 8000a30d9a
commit 58d4534a26

@ -945,7 +945,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
if (query.Limit.HasValue)
{
internalQuery.Limit = Math.Max(query.Limit.Value * 5, 500);
internalQuery.Limit = Math.Max(query.Limit.Value * 5, 300);
}
if (query.HasAired.HasValue)

Loading…
Cancel
Save