This commit is contained in:
2023-10-27 14:07:15 +02:00
parent 438c11af4f
commit d78897eb74
4 changed files with 18 additions and 4 deletions

View File

@ -33,6 +33,7 @@ public class DownloadChapter : Job
{
mangaConnector.CopyCoverFromCacheToDownloadLocation(chapter.parentManga);
HttpStatusCode success = mangaConnector.DownloadChapter(chapter, this.progressToken);
chapter.parentManga.UpdateLatestDownloadedChapter(chapter);
if (success == HttpStatusCode.OK)
{
UpdateLibraries();