From 589c5d276b4cb85b060ad01acae39d049a8245a4 Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 19 Jul 2019 16:06:13 -0300 Subject: Don't crash when the queue is clicked! --- ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.js b/ui.js index 4bd6d2b..7df03db 100644 --- a/ui.js +++ b/ui.js @@ -2192,7 +2192,7 @@ class PathItemElement extends FocusElement { class QueueListingElement extends GrouplikeListingElement { getNewForm() { - return new QueueListingForm() + return new QueueListingForm(this.app) } keyPressed(keyBuf) { -- cgit 1.3.0-6-gf8a5