[Client] Fix bug

This commit is contained in:
こぴなたみぽ 2017-06-07 03:42:31 +09:00 committed by GitHub
parent bd8b0f0251
commit 39aa49884c
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@
this.api('drive/files', {
folder_id: this.folder ? this.folder.id : null,
limit: max + 1,
max_id: this.files[this.files.length - 1]._id
max_id: this.files[this.files.length - 1].id
}).then(files => {
if (files.length == max + 1) {
this.moreFiles = true;