You've already forked immich
							
							
				mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 00:18:28 +02:00 
			
		
		
		
	| @@ -313,9 +313,6 @@ class BackupNotifier extends StateNotifier<BackUpState> { | |||||||
|   /// Those assets are unique and are used as the total assets |   /// Those assets are unique and are used as the total assets | ||||||
|   /// |   /// | ||||||
|   Future<void> _updateBackupAssetCount() async { |   Future<void> _updateBackupAssetCount() async { | ||||||
|     // Save to persistent storage |  | ||||||
|     await _updatePersistentAlbumsSelection(); |  | ||||||
|  |  | ||||||
|     final duplicatedAssetIds = await _backupService.getDuplicatedAssetIds(); |     final duplicatedAssetIds = await _backupService.getDuplicatedAssetIds(); | ||||||
|     final Set<BackupCandidate> assetsFromSelectedAlbums = {}; |     final Set<BackupCandidate> assetsFromSelectedAlbums = {}; | ||||||
|     final Set<BackupCandidate> assetsFromExcludedAlbums = {}; |     final Set<BackupCandidate> assetsFromExcludedAlbums = {}; | ||||||
| @@ -412,6 +409,8 @@ class BackupNotifier extends StateNotifier<BackUpState> { | |||||||
|       ); |       ); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     // Save to persistent storage | ||||||
|  |     await _updatePersistentAlbumsSelection(); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   /// Get all necessary information for calculating the available albums, |   /// Get all necessary information for calculating the available albums, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user