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
|
@ -158,7 +158,7 @@
|
|||
multiple: {
|
||||
items: [
|
||||
{
|
||||
name: `Play ${app.selectedMediaItems.length} tracks next`,
|
||||
name: app.getLz('action.playTracksNext'),
|
||||
action: () => {
|
||||
let itemsToPlay = {}
|
||||
app.selectedMediaItems.forEach(item => {
|
||||
|
@ -179,7 +179,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
name: `Play ${app.selectedMediaItems.length} tracks later`,
|
||||
name: app.getLz('action.playTracksLater'),
|
||||
action: () => {
|
||||
let itemsToPlay = {}
|
||||
app.selectedMediaItems.forEach(item => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue