mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Readded old library move in migration
This commit is contained in:
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…
x
Reference in New Issue
Block a user