fixed missing end tag for local playlist
This commit is contained in:
parent
38714e0440
commit
0d72b85c81
2 changed files with 14 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
|||
Local Library
|
||||
</div>
|
||||
<template v-if="!$root.cfg.general.sidebarCollapsed.localLibrary">
|
||||
<sidebar-playlist :item="{attributes: { name:'Songs'} , id:'ciderlocal'}">
|
||||
<sidebar-playlist :item="{attributes: { name:'Songs'} , id:'ciderlocal'}"></sidebar-playlist>
|
||||
</template>
|
||||
</template>
|
||||
<template v-if="$root.getPlaylistFolderChildren('p.applemusic').length != 0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue