This commit is contained in:
Core 2022-01-14 18:38:48 +00:00
parent 90d2d5d74e
commit 4bb64e24c0
No known key found for this signature in database
GPG key ID: 1B77805746C47C28

View file

@ -505,7 +505,7 @@
<!-- Library - Artists--> <!-- Library - Artists-->
<transition name="wpfade" v-on:enter="getLibraryArtistsFull(null, 0);"> <transition name="wpfade" v-on:enter="getLibraryArtistsFull(null, 0);">
<template v-if="page == 'library-artists'"> <template v-if="page == 'library-artists'">
<%- include('pagespacman/library-artists') %>'); <%- include('pages/library-artists') %>');
%> %>
</template> </template>
</transition> </transition>