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

Readded old library move in migration

pull/12798/head
JPVenson 6 months ago
parent e20ecfc670
commit cd2e043472

@ -247,9 +247,9 @@ public class MigrateLibraryDb : IMigrationRoutine
_logger.LogInformation("Saving AncestorIds took {0}.", stepElapsed);
connection.Close();
// _logger.LogInformation("Migration of the Library.db done.");
// _logger.LogInformation("Move {0} to {1}.", libraryDbPath, libraryDbPath + ".old");
// File.Move(libraryDbPath, libraryDbPath + ".old");
_logger.LogInformation("Migration of the Library.db done.");
_logger.LogInformation("Move {0} to {1}.", libraryDbPath, libraryDbPath + ".old");
File.Move(libraryDbPath, libraryDbPath + ".old");
_logger.LogInformation("Migrating Library db took {0}.", stopwatch.Elapsed);

Loading…
Cancel
Save