mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(mobile): handle sync album on duplicated (#12173)
* chore(mobile): handle sync album on duplicated * remove check for duplicate in manual sync * linting
This commit is contained in:
parent
4bf82fb4c4
commit
d685bc1f34
3 changed files with 3 additions and 16 deletions
|
|
@ -484,7 +484,7 @@ class BackupService {
|
|||
),
|
||||
);
|
||||
|
||||
if (shouldSyncAlbums && !isDuplicate) {
|
||||
if (shouldSyncAlbums) {
|
||||
await _albumService.syncUploadAlbums(
|
||||
candidate.albumNames,
|
||||
[responseBody['id'] as String],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue