fix
This commit is contained in:
parent
fc0adabdc8
commit
9b5cbafdc4
1 changed files with 2 additions and 0 deletions
|
@ -371,6 +371,8 @@
|
|||
"hidden": true,
|
||||
"action": async function () {
|
||||
console.log("remove");
|
||||
let item_id = self.item.attributes.playParams.id ?? self.item.id;
|
||||
let data_type = self.item.attributes.playParams.kind ?? self.item.type;
|
||||
await self.removeFromLibrary(item_id);
|
||||
self.addedToLibrary = false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue