Fix a bug with multiple current songs

This commit is contained in:
Phan An 2017-05-04 19:55:46 +07:00
parent 94c1365d2a
commit 3878c1fcbf
No known key found for this signature in database
GPG key ID: 4AF3D4E287BF423F

View file

@ -144,7 +144,6 @@ export const queueStore = {
*/
clear () {
this.all = []
this.current = null
},
/**