Skip to content

Commit 6eb8c81

Browse files
committed
Fix dbManga to displayManga not filling out all artwork information
1 parent 0420ca2 commit 6eb8c81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/eu/kanade/tachiyomi/util/MangaExtensions.kt

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ fun Manga.toDisplayManga(
109109
displayTextRes = displayTextRes,
110110
currentArtwork =
111111
Artwork(
112+
url = this.user_cover ?: "",
113+
inLibrary = this.favorite,
112114
mangaId = this.id!!,
113115
originalArtwork = this.thumbnail_url ?: MdConstants.noCoverUrl,
114116
),

0 commit comments

Comments
 (0)