fix: remove fallback cover path and throw error for missing cover

This commit is contained in:
snusxd
2026-04-13 17:04:11 +03:00
parent 168dac7aa8
commit e858921ca7

View File

@@ -50,7 +50,8 @@ async function get_image_from_server(
first_error,
secong_error,
);
resultFilePath = "public/covers/0.png";
// resultFilePath = "public/covers/0.png";
throw Error("cover not found");
}
}
}