Fix #90
This commit is contained in:
parent
95da900213
commit
cd5ca0e302
@ -33,10 +33,11 @@ public class UpdateMetadata : Job
|
|||||||
this.manga.UpdateMetadata(updatedManga);
|
this.manga.UpdateMetadata(updatedManga);
|
||||||
this.manga.SaveSeriesInfoJson(settings.downloadLocation, true);
|
this.manga.SaveSeriesInfoJson(settings.downloadLocation, true);
|
||||||
|
|
||||||
|
/* //TODO remove if this fixes #90
|
||||||
if (parentJobId is not null && jobBoss.GetJobById(this.parentJobId) is DownloadNewChapters dncJob)
|
if (parentJobId is not null && jobBoss.GetJobById(this.parentJobId) is DownloadNewChapters dncJob)
|
||||||
{
|
{
|
||||||
dncJob.manga = updatedManga;
|
dncJob.manga = updatedManga;
|
||||||
}
|
}*/
|
||||||
this.progressToken.Complete();
|
this.progressToken.Complete();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user