Resolved bug from #896
This commit is contained in:
parent
27448c59db
commit
c40706335f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
||||||
},
|
},
|
||||||
multiple: {
|
multiple: {
|
||||||
items: [{
|
items: [{
|
||||||
"name": app.getLz('action.removeTracks'),
|
"name": app.getLz('action.removeTracks').replace('${self.selectedItems.length}', self.selectedItems.length.toString()),
|
||||||
"action": function () {
|
"action": function () {
|
||||||
// add property to items to be removed
|
// add property to items to be removed
|
||||||
self.selectedItems.forEach(function (item) {
|
self.selectedItems.forEach(function (item) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue