Skip to content

Commit

Permalink
Update TopTruyen.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonx943 authored Dec 5, 2024
1 parent ebcce4f commit c3cd22c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ internal class TopTruyen(context: MangaLoaderContext) :
id = generateUid(href),
url = href,
publicUrl = href.toAbsoluteUrl(div.host ?: domain),
coverUrl = div.selectFirst("div.image-item img")?.src().orEmpty(),
coverUrl = div.selectFirst("div.image-item img")?.src(coverSrcAttrs).orEmpty(),
title = div.selectFirst("h3 a")?.text().orEmpty(),
altTitle = null,
rating = RATING_UNKNOWN,
Expand Down

0 comments on commit c3cd22c

Please sign in to comment.