dix for device icon not displaying in emby on active sessions

This commit is contained in:
CyferShepard
2024-12-15 16:19:28 +02:00
parent 7fc1491f02
commit a143eebfea

View File

@@ -26,6 +26,9 @@ router.get("/web/assets/img/devices/", async (req, res) => {
})
.then((response) => {
res.set("Content-Type", "image/svg+xml");
if (config.IS_JELLYFIN == false) {
res.set("Content-Type", "image/png");
}
res.status(200);
if (response.headers["content-type"].startsWith("image/")) {