download zip files only
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-07-15 14:52:41 +02:00
parent af9eb0c4ea
commit 527492a859
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ module.exports = Self => {
const stream = await models.Container.downloadStream(file.container, file.name);
return [stream, file.contentType, `inline; filename="${file.name}"`];
return [stream, file.contentType, `filename="${file.name}"`];
};
};