mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Merge branch 'hotfix/staropramen'
This commit is contained in:
@ -268,6 +268,9 @@ function convertRequest(req, res) {
|
||||
}
|
||||
cmd.setThumbnail(thumbnailData);
|
||||
cmd.setOutputFormat(constants.AVS_OFFICESTUDIO_FILE_IMAGE);
|
||||
if (false == thumbnailData.getFirst()) {
|
||||
cmd.setTitle(constants.OUTPUT_NAME + '.zip');
|
||||
}
|
||||
}
|
||||
var async = 'true' == params.async;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user