🐛 fix alist driver files

pull/548/head
微凉 2021-12-11 14:01:03 +08:00
parent 73d85d96f1
commit a7e9bb9e9a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func (driver Alist) File(path string, account *model.Account) (*model.File, erro
func (driver Alist) Files(path string, account *model.Account) ([]model.File, error) {
//return nil, base.ErrNotImplement
_, files, err := driver.Path(utils.Dir(path), account)
_, files, err := driver.Path(path, account)
if err != nil {
return nil, err
}