For now an artist may have no track to download

This commit is contained in:
emeric
2025-03-23 14:48:24 +01:00
parent 67e6fc6f04
commit cb631eea06
+7
View File
@@ -52,6 +52,13 @@ namespace lms::ui
else
{
zipper = createZipper();
if (!zipper)
{
// no track, may be a legit case
response.setStatus(404);
return;
}
response.setMimeType("application/zip");
}