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:
Core 2022-01-14 18:02:20 +00:00
parent 3f51b05a1a
commit 90d2d5d74e
No known key found for this signature in database
GPG key ID: 1B77805746C47C28
4 changed files with 50 additions and 62 deletions

View file

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