mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Revert "chore(mobile): remove exclude album mechanism for backup (#10552)"
This reverts commit 5f47cf604a.
This commit is contained in:
parent
8f553ddb39
commit
887acb9d9f
12 changed files with 309 additions and 32 deletions
2
mobile/lib/entities/backup_album.entity.g.dart
generated
2
mobile/lib/entities/backup_album.entity.g.dart
generated
|
|
@ -107,10 +107,12 @@ P _backupAlbumDeserializeProp<P>(
|
|||
const _BackupAlbumselectionEnumValueMap = {
|
||||
'none': 0,
|
||||
'select': 1,
|
||||
'exclude': 2,
|
||||
};
|
||||
const _BackupAlbumselectionValueEnumMap = {
|
||||
0: BackupSelection.none,
|
||||
1: BackupSelection.select,
|
||||
2: BackupSelection.exclude,
|
||||
};
|
||||
|
||||
Id _backupAlbumGetId(BackupAlbum object) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue