mirror of
https://github.com/AlistGo/alist.git
synced 2025-09-15 12:58:42 +08:00
parent
6745dcc139
commit
7fd4ac7851
@ -252,7 +252,7 @@ func (d *Yun139) familyGetFiles(catalogID string) ([]model.Obj, error) {
|
|||||||
}
|
}
|
||||||
files = append(files, &f)
|
files = append(files, &f)
|
||||||
}
|
}
|
||||||
if 100*pageNum > resp.Data.TotalCount {
|
if resp.Data.TotalCount == 0 {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
pageNum++
|
pageNum++
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user