HolyManga: Fix chapter title (#7166)

fix: chapter title
This commit is contained in:
Hellkaros 2025-01-13 18:18:12 -03:00 committed by Draff
parent 9f62ebd9a3
commit e7549fd4c1
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.HolyManga'
themePkg = 'fmreader'
baseUrl = 'https://w34.holymanga.net'
overrideVersionCode = 2
overrideVersionCode = 3
isNsfw = true
}

View File

@ -8,4 +8,6 @@ class HolyManga : FMReader(
"en",
) {
override val versionId = 2
override val chapterUrlSelector = ""
}