download zip files only
gitea/salix/dev This commit has test failures Details

This commit is contained in:
Joan Sanchez 2019-07-15 14:52:41 +02:00
parent b85aa6d3da
commit 9565899af2
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}"`];
};
};