mirror of https://github.com/Xhofe/alist
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