mirror of
https://github.com/danbulant/Mangades
synced 2026-06-20 23:01:28 +00:00
fix anilist items not being loaded
This commit is contained in:
parent
0254300cf1
commit
c59abde360
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
score={entry.score || "?"}
|
||||
description={entry.notes}
|
||||
coverColor={entry.media.coverImage.color == "null" ? null : entry.media.coverImage.color}
|
||||
on:click={() => find(entry)}
|
||||
/>
|
||||
{/each}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue