some multiroom fixes

This commit is contained in:
vapormusic 2022-07-02 09:47:04 +07:00
parent 12e590df08
commit 541e037672
3 changed files with 4 additions and 2 deletions

View file

@ -143,7 +143,7 @@
return color
},
async checkLibrary() {
if (this.item.id.startsWith('ciderlocal')){
if ((this.item?.id ?? '').toString().startsWith('ciderlocal')){
return true
}
if (this.addedToLibrary) { return this.addedToLibrary }