Hiperdex: update status selector (#6203)

This commit is contained in:
Vetle Ledaal 2024-11-21 15:08:21 +01:00 committed by Draff
parent 49cd082a5e
commit dc1f6d22da
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 = '.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)