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

update connect entry point

pull/702/head
Luke Pulverenti 9 years ago
parent 4f63e15016
commit f6474edcbd

@ -43,7 +43,7 @@ namespace MediaBrowser.Server.Implementations.Connect
{
Task.Run(() => LoadCachedAddress());
_timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(5), TimeSpan.FromHours(3));
_timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(5), TimeSpan.FromHours(2));
}
private readonly string[] _ipLookups = { "http://bot.whatismyipaddress.com", "https://connect.emby.media/service/ip" };

Loading…
Cancel
Save