Extract folder

This commit is contained in:
微凉
2022-01-16 16:38:41 +08:00
parent e952f1c243
commit cfb51e9f80
5 changed files with 32 additions and 15 deletions

View File

@ -110,7 +110,6 @@ func (driver Native) Files(path string, account *model.Account) ([]model.File, e
}
files = append(files, file)
}
model.SortFiles(files, account)
return files, nil
}