Resolved bug from #896

This commit is contained in:
Core 2022-04-19 15:32:28 +01:00
parent 27448c59db
commit c40706335f
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -122,7 +122,7 @@
},
multiple: {
items: [{
"name": app.getLz('action.removeTracks'),
"name": app.getLz('action.removeTracks').replace('${self.selectedItems.length}', self.selectedItems.length.toString()),
"action": function () {
// add property to items to be removed
self.selectedItems.forEach(function (item) {