fix:修复webdav上传图片时无缩略图问题
This commit is contained in:
parent
fc5c67cc20
commit
155a516f70
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ func GenericAfterUpload(ctx context.Context, fs *FileSystem) error {
|
|||
fs.recycleLock.Lock()
|
||||
go func() {
|
||||
defer fs.recycleLock.Unlock()
|
||||
file.Name = strings.Trim(file.Name, ".tacitpart")
|
||||
fs.GenerateThumbnail(ctx, file)
|
||||
}()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue