fix possible leak on bg change

This commit is contained in:
vapormusic 2021-12-16 20:36:02 +07:00
parent f02baae6ce
commit f193299996
2 changed files with 13 additions and 6 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" :parent="'library_songs'" :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="'librarysongs'" :index="index" :show-meta-data="true" :show-library-status="false" v-for="(item, index) in library.songs.displayListing"></mediaitem-list-item>
</div>
</template>