added share to some elements, does not work correctly for library songs yet
This commit is contained in:
parent
04956a5590
commit
ee4a2e4751
4 changed files with 23 additions and 2 deletions
|
@ -276,6 +276,12 @@
|
|||
app.searchAndNavigate(self.item, 'album')
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Share",
|
||||
"action": function () {
|
||||
self.app.copyToClipboard(self.item.attributes.url)
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue