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

update databases

release-10.1.0
Luke Pulverenti 8 years ago
parent 1c93fcef01
commit 9b0e289602

@ -131,6 +131,10 @@ namespace Emby.Server.Implementations.Data
{
queries.Add("PRAGMA temp_store = memory");
}
else
{
queries.Add("PRAGMA temp_store = file");
}
////foreach (var query in queries)
////{

Loading…
Cancel
Save