« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index 3e6cdf6..35bbec9 100644
--- a/ui.js
+++ b/ui.js
@@ -974,7 +974,8 @@ class GrouplikeItemElement extends Button {
         items: [
           {label: 'Play', action: () => this.emit('play')},
           {label: 'Play next', action: () => this.emit('queue (play next)')},
-          {label: 'Play at end', action: () => this.emit('queue (at end)')}
+          {label: 'Play at end', action: () => this.emit('queue (at end)')},
+          {label: 'Play at end, shuffled', action: () => this.emit('queue (shuffled)')}
         ]
       })
     }