[Client] Fix bug
This commit is contained in:
		
							parent
							
								
									bd8b0f0251
								
							
						
					
					
						commit
						39aa49884c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue