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
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

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

View File

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