fix: genres "loading" when library is empty

This commit is contained in:
Phan An 2024-07-10 00:17:13 +02:00
parent 4d8e9e79eb
commit be5dd4d799

View file

@ -14,6 +14,7 @@
</span>
</ScreenEmptyState>
<template v-else>
<ul v-if="genres" class="genres text-center">
<li
v-for="genre in genres"
@ -39,6 +40,7 @@
<GenreItemSkeleton />
</li>
</ul>
</template>
</ScreenBase>
</template>