From 058b4f4f0db15e674d7dded115899ff17e4e42a6 Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 27 Oct 2023 00:43:35 -0500 Subject: [PATCH] sentence mistake --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 193039f..e97c6db 100644 --- a/index.js +++ b/index.js @@ -164,7 +164,7 @@ app.get("/watch", async (req, res) => { if (!(id in videoCache && videoCache[id]["downloaded"] == true)) { html = html.replace("{CACHE_WARNING}", `

Please note that this video has not been fully cached, and may have trouble loading! -
{DOWNLOAD_PERCENT}% cached.

+
{DOWNLOAD_PERCENT}% cached (as of page load).

`) if (id in videoCache && "download%" in videoCache[id]) { html = html.replace("{DOWNLOAD_PERCENT}", videoCache[id]["download%"])