[web] Remove text "No results." at the end of Spotify album list

This commit is contained in:
Alain Nussbaumer 2024-08-22 22:06:28 +02:00
parent f54a435d15
commit f08de1fc32
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@
<template #no-more> <template #no-more>
<br /> <br />
</template> </template>
<template #no-results>
<br />
</template>
</VueEternalLoading> </VueEternalLoading>
<modal-dialog-artist-spotify <modal-dialog-artist-spotify
:item="artist" :item="artist"