Front: Shuffle now restart next track from beginning (#70)

This commit is contained in:
Eliot Berriot 2018-02-24 17:34:06 +01:00
parent 43e009de29
commit 541ac29047
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 4 additions and 6 deletions

View file

@ -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: [