mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	Revert "fix(web): prevent duplicate calls to time bucket endpoint" (#7644)
Revert "fix(web): prevent duplicate calls to time bucket endpoint (#7563)" This reverts commit 8b02f18e99cf10447a3c336db214c48baabe7410.
This commit is contained in:
		
							parent
							
								
									facd0bc3a4
								
							
						
					
					
						commit
						0675389aae
					
				@ -207,7 +207,7 @@ export class AssetStore {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      bucket.position = position;
 | 
					      bucket.position = position;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      if (bucket.assets.length > 0 || bucket.cancelToken) {
 | 
					      if (bucket.assets.length > 0) {
 | 
				
			||||||
        this.emit(false);
 | 
					        this.emit(false);
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user