IkigaiMangas: Fix webview (#2494)

Fix webview
This commit is contained in:
bapeey 2024-04-20 10:34:03 -05:00 committed by Draff
parent eb8350da2d
commit e465778aec
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Ikigai Mangas'
extClass = '.IkigaiMangas'
extVersionCode = 4
extVersionCode = 5
isNsfw = true
}

View File

@ -102,7 +102,7 @@ class IkigaiMangas : HttpSource() {
return MangasPage(mangaList, result.hasNextPage())
}
override fun getMangaUrl(manga: SManga) = baseUrl + manga.url.substringBefore("#")
override fun getMangaUrl(manga: SManga) = baseUrl + manga.url.substringBefore("#").replace("/series/comic-", "/series/")
override fun mangaDetailsRequest(manga: SManga): Request {
val slug = manga.url