mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-11 04:18:18 +02:00
Make cachePublications a dictionary with internalId as key.
This commit is contained in:
@@ -120,7 +120,7 @@ public class Mangaworld: MangaConnector
|
||||
|
||||
Manga manga = new (sortName, authors.ToList(), description, altTitles, tags.ToArray(), posterUrl, coverFileNameInCache, links,
|
||||
year, originalLanguage, publicationId, releaseStatus, websiteUrl: websiteUrl);
|
||||
cachedPublications.Add(manga);
|
||||
cachedPublications.Add(manga.internalId, manga);
|
||||
return manga;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user