cneter
This commit is contained in:
parent
182305eb37
commit
5e6dddb8c1
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -172,7 +172,7 @@ app.get("/watch", async (req, res) => {
|
|||
html = html.replace("{DOWNLOAD_PERCENT}", "0")
|
||||
}
|
||||
} 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
|
||||
|
|
Loading…
Reference in a new issue