Hiperdex: update status selector (#6203)

This commit is contained in:
Vetle Ledaal 2024-11-21 15:08:21 +01:00 committed by GitHub
parent 3328465622
commit d223139b09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.Hiperdex'
themePkg = 'madara'
baseUrl = 'https://hipertoon.com'
overrideVersionCode = 15
overrideVersionCode = 16
isNsfw = true
}

View File

@ -22,6 +22,8 @@ class Hiperdex :
),
ConfigurableSource {
override val mangaDetailsSelectorStatus = "div.summary-heading:contains(Status) + div.summary-content"
private val preferences =
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)