mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(mobile): shared page does not get all shared albums (#2160)
This commit is contained in:
@@ -574,7 +574,7 @@ class SyncService {
|
||||
return true;
|
||||
}
|
||||
},
|
||||
onlyFirst: (Asset a) => throw Exception("programming error"),
|
||||
onlyFirst: (Asset a) => {},
|
||||
onlySecond: (Asset b) => toUpsert.add(b),
|
||||
);
|
||||
return Pair(existing, toUpsert);
|
||||
|
||||
Reference in New Issue
Block a user