fix(manga/details): Only update chapter

Since manga update already handled by `MangaUtil.setScanlatorFilter`
This commit is contained in:
Ahmad Ansori Palembani 2024-11-19 07:42:31 +07:00
parent cae3edd77b
commit d832f8ce46
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -758,7 +758,7 @@ class MangaDetailsPresenter(
manga, manga,
if (filteredScanlators.size == allChapterScanlators.size) emptySet() else filteredScanlators if (filteredScanlators.size == allChapterScanlators.size) emptySet() else filteredScanlators
) )
asyncUpdateMangaAndChapters() asyncUpdateMangaAndChapters(true)
} }
} }