Skip to content

Commit

Permalink
fix: dmzj
Browse files Browse the repository at this point in the history
Signed-off-by: ReChinX <cyuunichin@gmail.com>
  • Loading branch information
ReChinX committed Nov 13, 2018
1 parent 2115dc6 commit 123092f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Dmzj: HttpSource() {
else -> SManga.UNKNOWN
}
description = obj.getString("description")
this.url = cid
this.url = "$baseUrl/comic/$cid.json"
})
}
return PagedList(ret, false)
Expand Down

0 comments on commit 123092f

Please sign in to comment.