aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Main.hx2
1 files changed, 1 insertions, 1 deletions
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);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage