mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Fix a bug with multiple current songs
This commit is contained in:
parent
94c1365d2a
commit
3878c1fcbf
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ export const queueStore = {
|
|||
*/
|
||||
clear () {
|
||||
this.all = []
|
||||
this.current = null
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue