Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/43dc604e8739614752a0c4e8a4ff00af5d74085d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
_logger.LogError(ex,"Cannot make a backup of {Library}",DbFilename);
throw;
}
}
}
_logger.LogInformation("Removing found duplicated extras for the following items: {DuplicateExtras}",bads);
connection.Execute("DELETE FROM TypedBaseItems WHERE rowid IN (SELECT t1.rowid FROM TypedBaseItems AS t1, TypedBaseItems AS t2 WHERE t1.Path=t2.Path AND t1.Type!=t2.Type AND t1.Type='MediaBrowser.Controller.Entities.Video')");