diff --git a/API/Schema/Jobs/DownloadSingleChapterJob.cs b/API/Schema/Jobs/DownloadSingleChapterJob.cs index f7aa0ac..d611f79 100644 --- a/API/Schema/Jobs/DownloadSingleChapterJob.cs +++ b/API/Schema/Jobs/DownloadSingleChapterJob.cs @@ -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)