diff options
-rw-r--r-- | ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js index 7df03db..2b88b3a 100644 --- a/ui.js +++ b/ui.js @@ -568,7 +568,7 @@ class AppElement extends FocusElement { const anyMarked = editMode && this.markGrouplike.items.length > 0 let items; - if (listing.grouplike.isTheQueue) { + if (listing.grouplike.isTheQueue && isTrack(item)) { items = [ this.paneLeft.visible && {label: 'Reveal', action: () => this.reveal(item)}, {divider: true}, |