mirror of
https://codeberg.org/ashley/poke
synced 2026-04-19 19:57:59 +00:00
h
This commit is contained in:
@@ -310,7 +310,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
return res.redirect(`/watch?v=${req.query.v}&fx=1`);
|
return res.redirect(`/watch?v=${req.query.v}&fx=1&err=${btoa(error)}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user