diff --git a/web/apps/photos/src/pages/gallery.tsx b/web/apps/photos/src/pages/gallery.tsx index a80b1dd1e0..4c40d02b27 100644 --- a/web/apps/photos/src/pages/gallery.tsx +++ b/web/apps/photos/src/pages/gallery.tsx @@ -255,7 +255,7 @@ export default function Gallery() { accept: ".zip", }); - const syncInProgress = useRef(true); + const syncInProgress = useRef(false); const syncInterval = useRef(); const resync = useRef<{ force: boolean; silent: boolean }>();