[bug] Fix bug 65961

This commit is contained in:
Sergey Konovalov
2024-01-18 18:36:21 +03:00
parent cec5f7598a
commit f19c07a453

View File

@ -333,7 +333,7 @@ function convertRequest(req, res, isJson) {
break;
}
cmd.setThumbnail(thumbnailData);
if (false === thumbnailData.getFirst()) {
if (false === thumbnailData.getFirst() && 0 !== (constants.AVS_OFFICESTUDIO_FILE_IMAGE & cmd.getOutputFormat())) {
outputExt = 'zip';
}
}