DownloadSingleChapterJob creates a scan for downloaded files

This commit is contained in:
Glax 2025-03-13 20:06:59 +01:00
parent 19ff3f578a
commit 434e30dc47

View File

@ -73,8 +73,8 @@ public class DownloadSingleChapterJob(string chapterId, string? parentJobId = nu
chapter.Downloaded = true;
context.SaveChanges();
return [];
return [new UpdateFilesDownloadedJob(0, manga.MangaId, this.JobId)];
}
private void ProcessImage(string imagePath)