Pull Request of the day - 25 January 2022 (#215)

This commit is contained in:
Maikiwi 2022-01-25 23:59:14 -08:00 committed by GitHub
parent 01a9aa591a
commit 43fdb0510f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 179 additions and 22 deletions

View file

@ -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) {