Various fixes to resolve warnings
Removed redundant function for playlists (Handling large descriptions needs to be done, either through keeping how its currently done or using a model popup)
This commit is contained in:
parent
3f51b05a1a
commit
90d2d5d74e
4 changed files with 50 additions and 62 deletions
|
@ -505,7 +505,7 @@
|
|||
<!-- Library - Artists-->
|
||||
<transition name="wpfade" v-on:enter="getLibraryArtistsFull(null, 0);">
|
||||
<template v-if="page == 'library-artists'">
|
||||
<%- include('pages/library-artists') %>');
|
||||
<%- include('pagespacman/library-artists') %>');
|
||||
%>
|
||||
</template>
|
||||
</transition>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue