mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2024-12-28 18:36:30 +00:00
Fixed #11
This commit is contained in:
parent
b3dad5622c
commit
1a5a5e70ae
|
@ -188,6 +188,7 @@ export default {
|
|||
}
|
||||
|
||||
initQueue.forEach(item => {
|
||||
if (!initQueueList[item]) return
|
||||
initQueueList[item].silent = true
|
||||
this.addToQueue(initQueueList[item])
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue