mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
feat: add "disable image resolution calculation" flag (#5638)
This commit is contained in:
parent
1faa21844f
commit
a2d80c62c1
8 changed files with 28 additions and 11 deletions
|
|
@ -41,6 +41,7 @@ var withHashFile = func(fn handleFunc) handleFunc {
|
|||
Modify: d.user.Perm.Modify,
|
||||
Expand: false,
|
||||
ReadHeader: d.server.TypeDetectionByHeader,
|
||||
CalcImgRes: d.server.TypeDetectionByHeader,
|
||||
Checker: d,
|
||||
Token: link.Token,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue