From 31cf41db83c442fe0e1a3d9248d652f6e6f28a04 Mon Sep 17 00:00:00 2001 From: Anshuman Prasad Mahanta Date: Tue, 17 Sep 2024 19:22:00 +0530 Subject: [PATCH] No Need Here --- templates/stream.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/stream.html b/templates/stream.html index 909f0ef..6a92f25 100644 --- a/templates/stream.html +++ b/templates/stream.html @@ -132,9 +132,6 @@ document.getElementById("dlButton").onclick = function() { window.location.href = videoUrl; }; - document.getElementById("getFileButton").onclick = function() { - window.location.href = tgFileUrl; - }; document.getElementById("mxButton").onclick = function() { window.location.href = `intent:${videoUrl}#Intent;package=com.mxtech.videoplayer.ad;S.title=${fileName};end`; };