mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 07:39:24 +02:00
Now persist/restore queue/radio/player state automatically
This commit is contained in:
parent
ac13657863
commit
62a7d9091e
13 changed files with 111 additions and 70 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue