copy cover

This commit is contained in:
glax 2023-09-19 19:42:50 +02:00
parent 27c4ed719c
commit 64ec0963e1

View File

@ -31,6 +31,7 @@ public class DownloadChapter : Job
{
Task downloadTask = new(delegate
{
mangaConnector.CopyCoverFromCacheToDownloadLocation(chapter.parentManga);
mangaConnector.DownloadChapter(chapter, this.progressToken);
UpdateLibraries();
SendNotifications("Chapter downloaded", $"{chapter.parentManga.sortName} - {chapter.chapterNumber}");