1
Fork 0

Update src/libpoketube/init/pages-video.js

This commit is contained in:
ashley 2024-09-07 12:43:01 +00:00
parent f3a5c690e3
commit 93898da514

View file

@ -228,8 +228,10 @@ module.exports = function (app, config, renderTemplate) {
const inv_vid = data?.vid;
const desc = data?.desc || "";
if(k.Error) res.send("error")
if (k?.Error) {
return res.status(404).send("404: Not Found");
}
let d = false;
if (desc !== "[object Object]") {
d = desc.toString().replace(/\n/g, " <br> ");