mirror of https://github.com/Xhofe/alist
chore(aliyundrive_share): increase the `limit` of the list api (#4588)
parent
6cd8151cad
commit
378bab32f1
|
@ -91,7 +91,7 @@ func (d *AliyundriveShare) getFiles(fileId string) ([]File, error) {
|
|||
data := base.Json{
|
||||
"image_thumbnail_process": "image/resize,w_160/format,jpeg",
|
||||
"image_url_process": "image/resize,w_1920/format,jpeg",
|
||||
"limit": 100,
|
||||
"limit": 200,
|
||||
"order_by": d.OrderBy,
|
||||
"order_direction": d.OrderDirection,
|
||||
"parent_file_id": fileId,
|
||||
|
|
Loading…
Reference in New Issue