mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
Update src/libpoketube/init/pages-video.js
This commit is contained in:
parent
9f1cbd77d8
commit
d477c04ce4
1 changed files with 1 additions and 2 deletions
|
@ -229,7 +229,6 @@ module.exports = function (app, config, renderTemplate) {
|
|||
const inv_vid = data?.vid;
|
||||
const desc = data?.desc || "";
|
||||
|
||||
if(k.Error) res.send("error")
|
||||
|
||||
let d = false;
|
||||
if (desc !== "[object Object]") {
|
||||
|
|
Loading…
Reference in a new issue