diff --git a/app/src/main/java/exh/GalleryAdder.kt b/app/src/main/java/exh/GalleryAdder.kt index aabe3c41b..61fafcd63 100755 --- a/app/src/main/java/exh/GalleryAdder.kt +++ b/app/src/main/java/exh/GalleryAdder.kt @@ -167,6 +167,7 @@ class GalleryAdder { val newManga = sourceObj.fetchMangaDetails(manga).toBlocking().first() manga.copyFrom(newManga) manga.title = newManga.title //Forcibly copy title as copyFrom does not copy title + manga.initialized = true if (fav) manga.favorite = true