remove onedrive empty cache

pull/548/head
微凉 2021-12-01 11:25:04 +08:00
parent 944941db10
commit b62a716267
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func (driver Onedrive) GetFiles(account *model.Account, path string) ([]OneFile,
if account.OrderBy != "" {
nextLink += fmt.Sprintf("&orderby=%s", account.OrderBy)
if account.OrderDirection != "" {
nextLink += fmt.Sprintf(" %s", account.OrderDirection)
nextLink += fmt.Sprintf("%%20%s", account.OrderDirection)
}
}
for nextLink != "" {