some multiroom fixes
This commit is contained in:
parent
12e590df08
commit
541e037672
3 changed files with 4 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue