mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
DownloadSingleChapterJob creates a scan for downloaded files
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user