This commit is contained in:
kodjomoustapha 2023-08-11 16:45:43 +01:00
parent 7193f4e9e5
commit 10882cfd3e

View file

@ -22,7 +22,7 @@ pushMangaReaderView({
.isAddedEqualTo(true)
.findAllSync()
.isNotEmpty;
if (sourceExist) {
if (sourceExist || chapter.manga.value!.isLocalArchive!) {
if (chapter.manga.value!.isManga!) {
context.push('/mangareaderview', extra: chapter);
} else {