add artist/album navigation for queue items

This commit is contained in:
vapormusic 2022-02-22 09:23:42 +07:00
parent abf6def954
commit fac23bb5f6

View file

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