Skip to content

Commit

Permalink
fix titles
Browse files Browse the repository at this point in the history
release 1.3.4
  • Loading branch information
nonproto committed Dec 15, 2019
1 parent 661dce5 commit 75027c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FollowsHandler(val client: OkHttpClient, val headers: Headers) {

private fun followFromElement(result: Result): SManga {
val manga = SManga.create()
manga.title = ""
manga.title = result.title
manga.thumbnail_url = "${MdUtil.cdnUrl}/images/manga/${result.manga_id}.jpg"
manga.url = "/manga/${result.manga_id}/"
manga.follow_status = SManga.FollowStatus.fromMangadex(result.follow_type)
Expand Down

0 comments on commit 75027c0

Please sign in to comment.