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

update translations

pull/702/head
Luke Pulverenti 9 years ago
parent d94598a75e
commit 284df8a7bc

@ -851,12 +851,12 @@ namespace MediaBrowser.Server.Startup.Common
{
var prefixes = new List<string>
{
"http://"+i+":" + ServerConfigurationManager.Configuration.HttpServerPortNumber + "/"
"http://"+i+":" + HttpPort + "/"
};
if (!string.IsNullOrWhiteSpace(CertificatePath))
{
prefixes.Add("https://" + i + ":" + ServerConfigurationManager.Configuration.HttpsPortNumber + "/");
prefixes.Add("https://" + i + ":" + HttpsPort + "/");
}
return prefixes;

Loading…
Cancel
Save