Now persist/restore queue/radio/player state automatically

This commit is contained in:
Eliot Berriot 2017-12-24 22:48:29 +01:00
parent ac13657863
commit 62a7d9091e
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
13 changed files with 111 additions and 70 deletions

View file

@ -62,7 +62,7 @@
{{ track.artist.name }}
</td>
<td>
<template v-if="favoriteTracks.objects[track.id]">
<template v-if="$store.getters['favorites/isFavorite'](track.id)">
<i class="pink heart icon"></i>
</template
</td>