mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: fully sync local library on app restart (#23323)
This commit is contained in:
parent
125e8cee01
commit
25fb43bbe3
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class SplashScreenPageState extends ConsumerState<SplashScreenPage> {
|
||||||
if (Store.isBetaTimelineEnabled) {
|
if (Store.isBetaTimelineEnabled) {
|
||||||
bool syncSuccess = false;
|
bool syncSuccess = false;
|
||||||
await Future.wait([
|
await Future.wait([
|
||||||
backgroundManager.syncLocal(),
|
backgroundManager.syncLocal(full: true),
|
||||||
backgroundManager.syncRemote().then((success) => syncSuccess = success),
|
backgroundManager.syncRemote().then((success) => syncSuccess = success),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue