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
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue