mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Fixed problem with Recent (isAll) album is both in exclude and include album list at the same time
This commit is contained in:
parent
03e7a254a2
commit
f7dc916e80
2 changed files with 14 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ class BackupNotifier extends StateNotifier<BackUpState> {
|
|||
}
|
||||
|
||||
void addExcludedAlbumForBackup(AssetPathEntity album) {
|
||||
print("Excluded album: $album");
|
||||
|
||||
if (state.selectedBackupAlbums.contains(album)) {
|
||||
removeAlbumForBackup(album);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue