fix(189pc): some minor issues

This commit is contained in:
Xhofe
2022-03-09 21:09:21 +08:00
parent 2e91f5ffa5
commit d31d49a9bb
2 changed files with 7 additions and 7 deletions

View File

@ -210,6 +210,9 @@ func (driver Cloud189) Files(path string, account *model.Account) ([]model.File,
})
}
}
if len(files) > 0 {
_ = base.SetCache(path, files, account)
}
return files, nil
}