mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
h
This commit is contained in:
parent
58c9bd4f10
commit
5900bc5b11
@ -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)}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user