rpc library images ( need api to work first)
This commit is contained in:
parent
802436e875
commit
2336b85291
4 changed files with 21 additions and 16 deletions
|
@ -124,7 +124,7 @@
|
|||
return
|
||||
}
|
||||
this.$root.inLibrary([this.item]).then(res => {
|
||||
this.addedToLibrary = res[0].attributes.inLibrary
|
||||
this.addedToLibrary = res[0]?.attributes?.inLibrary ?? false
|
||||
})
|
||||
return this.addedToLibrary
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue