Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/757d7c9ac92d7ea94552113d1141328ef695aaae 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 2f56880a06
commit 757d7c9ac9

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

Loading…
Cancel
Save