diff --git a/src/components/downloads/TheDownloadBar.vue b/src/components/downloads/TheDownloadBar.vue index 484a65f..e517442 100644 --- a/src/components/downloads/TheDownloadBar.vue +++ b/src/components/downloads/TheDownloadBar.vue @@ -188,6 +188,7 @@ export default { } initQueue.forEach(item => { + if (!initQueueList[item]) return initQueueList[item].silent = true this.addToQueue(initQueueList[item]) })