summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/mobile/tags/drive.tag3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/drive.tag b/src/web/app/mobile/tags/drive.tag
index 45437ff012..ed918d1040 100644
--- a/src/web/app/mobile/tags/drive.tag
+++ b/src/web/app/mobile/tags/drive.tag
@@ -416,7 +416,8 @@
// ファイル一覧取得
this.api('drive/files', {
folder_id: this.folder ? this.folder.id : null,
- limit: max + 1
+ limit: max + 1,
+ max_id: this.files[this.files.length - 1]._id
}).then(files => {
if (files.length == max + 1) {
this.moreFiles = true;