-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Description
I have the playlist
prop as it follows:
:list="$store.state.player.playlist"
I have a Vuex store that keeps an array called playlist
that holds objects to be played.
The first time I set the playlist it works fine. Then, if I change the playlist to another array, the first track of this new list gets played, but the it resumes the first track of the old one.
Am I making myself clear? What could it be?
Metadata
Metadata
Assignees
Labels
No labels