Fix #98: Now stop running radio when clearing queue

This commit is contained in:
Eliot Berriot 2018-02-28 18:16:25 +01:00
parent e65606fd9d
commit f40eefcd6a
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 3 additions and 1 deletions

View file

@ -308,6 +308,7 @@ describe('store/queue', () => {
{ type: 'ended', payload: true }
],
expectedActions: [
{ type: 'radios/stop', payload: null, options: {root: true} },
{ type: 'player/stop', payload: null, options: {root: true} },
{ type: 'currentIndex', payload: -1 }
]