From 441890b7ceeb69be231a3aa8e44177bdc4ea7851 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 4 Nov 2023 08:42:26 +0000 Subject: [PATCH] yeah --- html/poketube.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 775a5c6..108bd76 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -2780,7 +2780,7 @@ More Epic options owo~ navigator.share({ title: document.title, text: "", - url: "https://" + window.location.hostname + "/<%=inv_vid.videoId%>" + url: "https://" + window.location.hostname + "/<%=inv_vid.videoId%>?piwik_si=mobile_share" }) .then(() => console.log('Successful share')) .catch(error => console.log('Error sharing:', error));