Better sync log

This commit is contained in:
2025-09-18 02:04:01 +02:00
parent c199f37b14
commit 429cd2284f
18 changed files with 30 additions and 29 deletions

View File

@@ -35,7 +35,7 @@ public class MoveMangaLibraryWorker(Manga manga, FileLibrary toLibrary, IEnumera
// Set new Path
manga.Library = toLibrary;
if (await DbContext.Sync(CancellationToken) is { success: false })
if (await DbContext.Sync(CancellationToken, GetType()) is { success: false })
return [];
// Create Jobs to move chapters from old to new Path