This commit is contained in:
syuilo 2018-08-13 00:59:36 +09:00
parent 6ddb6bc160
commit 2cb39a8882
1 changed files with 1 additions and 0 deletions

View File

@ -567,6 +567,7 @@ export default Vue.extend({
//
(this as any).api('drive/files', {
folderId: this.folder ? this.folder.id : null,
untilId: this.files[this.files.length - 1].id,
limit: max + 1
}).then(files => {
if (files.length == max + 1) {