Pull Request of the day - 25 January 2022 (#215)
This commit is contained in:
parent
01a9aa591a
commit
43fdb0510f
10 changed files with 179 additions and 22 deletions
|
@ -97,7 +97,7 @@
|
|||
},
|
||||
multiple: {
|
||||
items: [{
|
||||
"name": `Remove ${self.selectedItems.length} tracks from queue`,
|
||||
"name": app.getLz('action.removeTracks'),
|
||||
"action": function () {
|
||||
// add property to items to be removed
|
||||
self.selectedItems.forEach(function (item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue