[Client] Fix bug
This commit is contained in:
parent
bd8b0f0251
commit
39aa49884c
|
@ -417,7 +417,7 @@
|
||||||
this.api('drive/files', {
|
this.api('drive/files', {
|
||||||
folder_id: this.folder ? this.folder.id : null,
|
folder_id: this.folder ? this.folder.id : null,
|
||||||
limit: max + 1,
|
limit: max + 1,
|
||||||
max_id: this.files[this.files.length - 1]._id
|
max_id: this.files[this.files.length - 1].id
|
||||||
}).then(files => {
|
}).then(files => {
|
||||||
if (files.length == max + 1) {
|
if (files.length == max + 1) {
|
||||||
this.moreFiles = true;
|
this.moreFiles = true;
|
||||||
|
|
Loading…
Reference in New Issue