fully cached!
This commit is contained in:
parent
058b4f4f0d
commit
182305eb37
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")
|
html = html.replace("{DOWNLOAD_PERCENT}", "0")
|
||||||
}
|
}
|
||||||
} else {
|
} 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
|
var finalThumb = vidInfo.thumbnails[vidInfo.thumbnails.length - 1].url
|
||||||
|
|
Loading…
Reference in a new issue