fully cached!

This commit is contained in:
Violet 2023-10-27 00:44:14 -05:00
parent 058b4f4f0d
commit 182305eb37

View file

@ -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