download zip files only
gitea/salix/dev This commit has test failures
Details
gitea/salix/dev This commit has test failures
Details
This commit is contained in:
parent
b85aa6d3da
commit
9565899af2
|
@ -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}"`];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue