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

set version properly

pull/702/head
Luke Pulverenti 10 years ago
parent dca5101e46
commit dfc6373744

@ -291,7 +291,7 @@ namespace MediaBrowser.WebDashboard.Api
var culture = "en-US";
var appVersion = DateTime.UtcNow.Ticks.ToString(CultureInfo.InvariantCulture);
var appVersion = _appHost.ApplicationVersion.ToString();
var mode = request.Mode;

Loading…
Cancel
Save