From 182305eb37daf1c49635fb1dbe74ccd21e9a40ab Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 27 Oct 2023 00:44:14 -0500 Subject: [PATCH] fully cached! --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e97c6db..a5d5269 100644 --- a/index.js +++ b/index.js @@ -172,7 +172,7 @@ app.get("/watch", async (req, res) => { html = html.replace("{DOWNLOAD_PERCENT}", "0") } } else { - html = html.replace("{CACHE_WARNING}", "") + html = html.replace("{CACHE_WARNING}", "This video is fully cached!") } var finalThumb = vidInfo.thumbnails[vidInfo.thumbnails.length - 1].url