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

update startup wizard

pull/702/head
Luke Pulverenti 9 years ago
parent 0920c9b3a1
commit c100f0818c

@ -117,7 +117,7 @@ namespace MediaBrowser.Api
config.EnableCustomPathSubFolders = true;
config.EnableStandaloneMusicKeys = true;
config.EnableCaseSensitiveItemIds = true;
config.EnableFolderView = true;
//config.EnableFolderView = true;
config.SchemaVersion = 97;
}

Loading…
Cancel
Save