This commit is contained in:
Violet 2023-10-27 00:44:46 -05:00
parent 182305eb37
commit 5e6dddb8c1

View file

@ -172,7 +172,7 @@ app.get("/watch", async (req, res) => {
html = html.replace("{DOWNLOAD_PERCENT}", "0") html = html.replace("{DOWNLOAD_PERCENT}", "0")
} }
} else { } else {
html = html.replace("{CACHE_WARNING}", "This video is fully cached!") html = html.replace("{CACHE_WARNING}", "<p>This video is fully cached!</p>")
} }
var finalThumb = vidInfo.thumbnails[vidInfo.thumbnails.length - 1].url var finalThumb = vidInfo.thumbnails[vidInfo.thumbnails.length - 1].url