Fix MangaDistrict (#8556)

change mangaSubString
This commit is contained in:
Creepler13 2025-04-20 11:36:11 +02:00 committed by Draff
parent 9ad099295c
commit cba5267312
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.MangaDistrict'
themePkg = 'madara'
baseUrl = 'https://mangadistrict.com'
overrideVersionCode = 10
overrideVersionCode = 11
isNsfw = true
}

View File

@ -35,7 +35,7 @@ class MangaDistrict :
),
ConfigurableSource {
override val mangaSubString = "read-scan"
override val mangaSubString = "title"
private val preferences: SharedPreferences by getPreferencesLazy {
try {