mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 04:09:56 +02:00
Front: Shuffle now restart next track from beginning (#70)
This commit is contained in:
parent
43e009de29
commit
541ac29047
4 changed files with 4 additions and 6 deletions
|
@ -322,6 +322,7 @@ describe('store/queue', () => {
|
|||
action: store.actions.shuffle,
|
||||
params: {state: {tracks: tracks}},
|
||||
expectedMutations: [
|
||||
{ type: 'player/currentTime', payload: 0 , options: {root: true}},
|
||||
{ type: 'tracks', payload: [] }
|
||||
],
|
||||
expectedActions: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue