Skip to content

Commit

Permalink
Fix dbManga to displayManga not filling out all artwork information
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Mar 2, 2025
1 parent 0420ca2 commit 6eb8c81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/eu/kanade/tachiyomi/util/MangaExtensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ fun Manga.toDisplayManga(
displayTextRes = displayTextRes,
currentArtwork =
Artwork(
url = this.user_cover ?: "",
inLibrary = this.favorite,
mangaId = this.id!!,
originalArtwork = this.thumbnail_url ?: MdConstants.noCoverUrl,
),
Expand Down

0 comments on commit 6eb8c81

Please sign in to comment.