TMO - Missed edit (#2139)

TMO - Missed edit
This commit is contained in:
happywillow0 2020-01-27 16:18:10 -05:00 committed by arkon
parent 76532ac258
commit d31e0ff894
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: TuMangaOnline'
pkgNameSuffix = 'es.tumangaonline'
extClass = '.TuMangaOnline'
extVersionCode = 19
extVersionCode = 20
libVersion = '1.2'
}

View File

@ -58,8 +58,9 @@ class TuMangaOnline : ConfigurableSource, ParsedHttpSource() {
return client.newCall(req)
.execute()
.body()!!
.string()
.request()
.url()
.toString()
}
private val preferences: SharedPreferences by lazy {