From 88639e6b99a48fb3ac06a6785e24165157d547f0 Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 7 Nov 2022 20:55:05 +0100 Subject: [PATCH] shortu urls --- html/poketube.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 56533361..94583d3e 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -2151,7 +2151,7 @@ More Epic options owo~ navigator.share({ title: document.title, text: "", - url: window.location.href + "&pw=m" + url: "https://" + window.location.hostname + "/<%=video.id%>" }) .then(() => console.log('Successful share')) .catch(error => console.log('Error sharing:', error));