Fix MangaReader filters (#11875)

This commit is contained in:
Skitty 2022-05-16 13:53:20 -05:00 committed by GitHub
parent 7da7b98b82
commit 37044b9fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'MangaReader'
pkgNameSuffix = 'all.mangareaderto'
extClass = '.MangaReaderFactory'
extVersionCode = 1
extVersionCode = 2
isNsfw = true
}

View File

@ -81,8 +81,8 @@ open class MangaReader(
else -> Unit
}
}
GET(toString(), headers)
}
GET(toString(), headers)
}
override fun searchMangaSelector() = ".manga_list-sbs .manga-poster"