fix anilist items not being loaded

This commit is contained in:
Daniel Bulant 2022-12-09 19:56:09 +01:00
parent 0254300cf1
commit c59abde360

View file

@ -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>