mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-24 20:34:44 +08:00
feat: enhance login status management and improve error logging across services
This commit is contained in:
@@ -35,7 +35,7 @@ router.get("/", async (req: Request, res: Response) => {
|
||||
res.status(500).send("Image response has no body");
|
||||
}
|
||||
} catch (error) {
|
||||
console.error("Image proxy error:", error);
|
||||
console.info("Image proxy error:", error);
|
||||
res.status(500).send("Error fetching image");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user