From af0b3a3fb9a679a0e1b32d18b67a2f5b0d43f5dd Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 24 Apr 2020 05:34:58 +0300 Subject: Fix empty items in url history --- src/client/Main.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/Main.hx b/src/client/Main.hx index 99f49b3..f8579b1 100644 --- a/src/client/Main.hx +++ b/src/client/Main.hx @@ -138,7 +138,7 @@ class Main { ge("#queue_end").onclick = e -> addVideoUrl(true); new InputWithHistory(cast ge("#mediaurl"), settings.latestLinks, 10, value -> { addVideoUrl(true); - return true; + return false; }); ge("#ce_queue_next").onclick = e -> addIframe(false); -- cgit v1.2.3