Re-add forgotten seriesInfo.json to new downloads

This commit is contained in:
2023-11-01 13:36:58 +01:00
parent 8f5dd5aab5
commit 425cf7e0d6
2 changed files with 7 additions and 1 deletions

View File

@ -33,6 +33,7 @@ public class DownloadNewChapters : Job
protected override IEnumerable<Job> ExecuteReturnSubTasksInternal()
{
manga.SaveSeriesInfoJson(settings.downloadLocation);
Chapter[] chapters = mangaConnector.GetNewChapters(manga, this.translatedLanguage);
this.progressToken.increments = chapters.Length;
List<Job> jobs = new();