fix: spotify user detected as logged in when only spotify id is saved, causing favorites rendering errors; chore: removed logs
This commit is contained in:
@@ -220,14 +220,11 @@ export default {
|
||||
queue: initQueueList,
|
||||
restored
|
||||
} = data
|
||||
console.log({ initQueueList })
|
||||
|
||||
const initQueueComplete = Object.values(initQueueList)
|
||||
.filter(el => ['completed', 'withErrors', 'failed'].includes(el.status))
|
||||
.map(el => el.uuid)
|
||||
|
||||
console.log({ initQueueComplete })
|
||||
|
||||
if (initQueueComplete && initQueueComplete.length) {
|
||||
initQueueComplete.forEach(item => {
|
||||
initQueueList[item].silent = true
|
||||
|
||||
Reference in New Issue
Block a user