This commit is contained in:
Glax 2024-01-20 16:44:22 +01:00
parent 95da900213
commit cd5ca0e302

View File

@ -33,10 +33,11 @@ public class UpdateMetadata : Job
this.manga.UpdateMetadata(updatedManga);
this.manga.SaveSeriesInfoJson(settings.downloadLocation, true);
/* //TODO remove if this fixes #90
if (parentJobId is not null && jobBoss.GetJobById(this.parentJobId) is DownloadNewChapters dncJob)
{
dncJob.manga = updatedManga;
}
}*/
this.progressToken.Complete();
}
else