parent
76532ac258
commit
d31e0ff894
@ -5,7 +5,7 @@ ext {
|
||||
appName = 'Tachiyomi: TuMangaOnline'
|
||||
pkgNameSuffix = 'es.tumangaonline'
|
||||
extClass = '.TuMangaOnline'
|
||||
extVersionCode = 19
|
||||
extVersionCode = 20
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -58,8 +58,9 @@ class TuMangaOnline : ConfigurableSource, ParsedHttpSource() {
|
||||
|
||||
return client.newCall(req)
|
||||
.execute()
|
||||
.body()!!
|
||||
.string()
|
||||
.request()
|
||||
.url()
|
||||
.toString()
|
||||
}
|
||||
|
||||
private val preferences: SharedPreferences by lazy {
|
||||
|
Loading…
x
Reference in New Issue
Block a user