fix: group folder remove file size relocate
This commit is contained in:
parent
9907b7092f
commit
fc93f4c1f7
1 changed files with 3 additions and 1 deletions
|
@ -284,7 +284,9 @@ func DeleteFiles(files []*File, uid uint) error {
|
|||
return errors.New("file size is dirty")
|
||||
}
|
||||
|
||||
size += file.Size
|
||||
if file.UserID > 0 {
|
||||
size += file.Size
|
||||
}
|
||||
}
|
||||
|
||||
if uid > 0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue