From a3ae3bf13be245ba2fe5156b7be57a30d304b215 Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 25 Jul 2018 14:01:13 -0300 Subject: Play shuffled --- ui.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui.js') 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)')} ] }) } -- cgit 1.3.0-6-gf8a5