mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 21:01:54 +02:00
Fix #98: Now stop running radio when clearing queue
This commit is contained in:
parent
e65606fd9d
commit
f40eefcd6a
4 changed files with 3 additions and 1 deletions
|
@ -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 }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue