mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 03:17:47 +01:00
add fix for this
This commit is contained in:
parent
572cfcaf2b
commit
5a731b383e
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
return res.redirect("/?fromerror=41_generic_error");
|
return res.redirect(`/watch?v=${req.query.v}&f=1`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue