Possible fix #175

This commit is contained in:
2024-04-25 20:46:26 +02:00
parent 783f229a6a
commit 58cff6513a
2 changed files with 5 additions and 2 deletions

View File

@ -35,6 +35,7 @@ public class UpdateMetadata : Job
this.manga = manga.WithMetadata(updatedManga);
this.manga.SaveSeriesInfoJson(settings.downloadLocation, true);
this.mangaConnector.CopyCoverFromCacheToDownloadLocation(manga);
this.progressToken.Complete();
}
else