queue the whole song library

This commit is contained in:
vapormusic 2021-12-16 18:57:17 +07:00
parent 12b736baa0
commit 5b2da36ae1
3 changed files with 12 additions and 2 deletions

View file

@ -41,6 +41,6 @@
</div>
</div>
<div v-if="library.songs.downloadState == 3">Library contains no songs.</div>
<mediaitem-list-item :item="item" :index="index" :show-meta-data="true" :show-library-status="false" v-for="(item, index) in library.songs.displayListing"></mediaitem-list-item>
<mediaitem-list-item :item="item" :parent="'library_songs'" :index="index" :show-meta-data="true" :show-library-status="false" v-for="(item, index) in library.songs.displayListing"></mediaitem-list-item>
</div>
</template>