ManhwaWeb: Fix chapter url (#1583)
I blame the IDE for not tell me about unused val
This commit is contained in:
parent
ee937137c3
commit
6c6f1b4d6b
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'ManhwaWeb'
|
||||
extClass = '.ManhwaWeb'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -160,7 +160,7 @@ class ManhwaWeb : HttpSource(), ConfigurableSource {
|
|||
name = "Capítulo ${number.toString().removeSuffix(".0")}"
|
||||
chapter_number = number
|
||||
date_upload = createdAt ?: 0
|
||||
setUrlWithoutDomain(url)
|
||||
setUrlWithoutDomain(this@toSChapter.url)
|
||||
scanlator = type
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue