mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-14 04:13:18 +02:00
DownloadSingleChapterJob creates a scan for downloaded files
This commit is contained in:
parent
19ff3f578a
commit
434e30dc47
@ -73,8 +73,8 @@ public class DownloadSingleChapterJob(string chapterId, string? parentJobId = nu
|
|||||||
|
|
||||||
chapter.Downloaded = true;
|
chapter.Downloaded = true;
|
||||||
context.SaveChanges();
|
context.SaveChanges();
|
||||||
|
|
||||||
return [];
|
return [new UpdateFilesDownloadedJob(0, manga.MangaId, this.JobId)];
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ProcessImage(string imagePath)
|
private void ProcessImage(string imagePath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user