add artist/album navigation for queue items
This commit is contained in:
parent
abf6def954
commit
fac23bb5f6
1 changed files with 14 additions and 2 deletions
|
@ -106,6 +106,18 @@
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": app.getLz('action.goToArtist'),
|
||||||
|
"action": function () {
|
||||||
|
app.searchAndNavigate(item,'artist')
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": app.getLz('action.goToAlbum'),
|
||||||
|
"action": function () {
|
||||||
|
app.searchAndNavigate(item,'album')
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
multiple: {
|
multiple: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue