improved artist page

This commit is contained in:
vapormusic 2022-03-26 19:04:00 +07:00
parent 2c0af49b08
commit 272d3392a1
7 changed files with 643 additions and 50 deletions

View file

@ -46,11 +46,6 @@
</template>
</transition>
<!-- Library - Artists-->
<transition :name="chrome.desiredPageTransition" v-on:enter="getLibraryArtistsFull(null, 0);">
<template v-if="page == 'library-artists'">
<%- include('../pages/library-artists') %>');
%>
</template>
</transition>
</div>