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:
Alex
2024-09-04 10:39:31 -05:00
committed by GitHub
parent 4bf82fb4c4
commit d685bc1f34
3 changed files with 3 additions and 16 deletions

View File

@@ -484,7 +484,7 @@ class BackupService {
),
);
if (shouldSyncAlbums && !isDuplicate) {
if (shouldSyncAlbums) {
await _albumService.syncUploadAlbums(
candidate.albumNames,
[responseBody['id'] as String],