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 f8579b1..5ee14d6 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -192,7 +192,7 @@ class Main {
mediaUrl.value = "";
settings.latestLinks.push(url);
Settings.write(settings);
- final url = ~/,(https?)/g.replace(url, "|$1");
+ final url = ~/, ?(https?)/g.replace(url, "|$1");
final links = url.split("|");
handleUrlMasks(links);
// if videos added as next, we need to load them in reverse order
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage