added menu button to player display, enabled add to playlist for now playing

This commit is contained in:
booploops 2022-01-18 04:12:06 -08:00
parent 274454af8a
commit 969a2f1a6d
3 changed files with 33 additions and 5 deletions

View file

@ -3092,7 +3092,6 @@ const app = new Vue({
items: [{
"icon": "./assets/feather/list.svg",
"name": "Add to Playlist...",
"hidden": true,
"action": function() {
app.promptAddToPlaylist()
}