mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[bug] Fix bug 65961
This commit is contained in:
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user