mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(manga/details): Only update chapter
Since manga update already handled by `MangaUtil.setScanlatorFilter`
This commit is contained in:
parent
cae3edd77b
commit
d832f8ce46
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue