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

update events

pull/702/head
Luke Pulverenti 10 years ago
parent 4dbb45cb91
commit 943c8b3cdb

@ -426,7 +426,7 @@ namespace MediaBrowser.WebDashboard.Api
"css/all.css" + versionString
};
var tags = files.Select(s => string.Format("<link rel=\"stylesheet\" href=\"{0}\" />", s)).ToArray();
var tags = files.Select(s => string.Format("<link rel=\"stylesheet\" href=\"{0}\" async />", s)).ToArray();
return string.Join(string.Empty, tags);
}

Loading…
Cancel
Save