Compare commits

...

1 Commits

Author SHA1 Message Date
snusxd
e858921ca7 fix: remove fallback cover path and throw error for missing cover 2026-04-13 17:04:11 +03:00

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");
}
}
}