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

@ -238,7 +238,7 @@
}
},
{
name: `Play ${app.selectedMediaItems.length} tracks next`,
name: app.getLz('action.playTracksNext'),
"icon": "./assets/arrow-bend-up.svg",
action: () => {
let itemsToPlay = {}
@ -260,7 +260,7 @@
}
},
{
name: `Play ${app.selectedMediaItems.length} tracks later`,
name: app.getLz('action.playTracksLater'),
"icon": "./assets/arrow-bend-down.svg",
action: () => {
let itemsToPlay = {}