Fixed buggy chapter number in MangaBuddy(MadTheme) (#16104)

This commit is contained in:
ab2897 2023-04-19 07:38:30 -07:00 committed by GitHub
parent 5c6d6a8201
commit 51d36e0cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -206,7 +206,6 @@ abstract class MadTheme(
name = element.select(".chapter-title").first()!!.text()
date_upload = parseChapterDate(element.select(".chapter-update").first()?.text())
chapter_number = name.substringAfterLast(' ').toFloatOrNull() ?: -1f
}
// Pages

View File

@ -9,7 +9,7 @@ class MadThemeGenerator : ThemeSourceGenerator {
override val themeClass = "MadTheme"
override val baseVersionCode: Int = 12
override val baseVersionCode: Int = 13
override val sources = listOf(
SingleLang("BeeHentai", "https://beehentai.com", "en", isNsfw = true),