mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-06 19:04:18 +02:00
Addresses #81
This commit is contained in:
@ -29,9 +29,7 @@ public class UpdateMetadata : Job
|
||||
if(updatedManga.Equals(this.manga))
|
||||
return Array.Empty<Job>();
|
||||
|
||||
cachedPublications.Remove(this.manga);
|
||||
this.manga = updatedManga;
|
||||
cachedPublications.Add(updatedManga);
|
||||
this.manga.UpdateMetadata(updatedManga);
|
||||
this.manga.SaveSeriesInfoJson(settings.downloadLocation, true);
|
||||
|
||||
if (parentJobId is not null)
|
||||
|
Reference in New Issue
Block a user