fix
This commit is contained in:
parent
7193f4e9e5
commit
10882cfd3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue