diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index c8dbfd908..cb588f718 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -404,7 +404,7 @@ export default function Gallery() { }); } finally { clearSelection(); - syncWithRemote(); + syncWithRemote(false, true); loadingBar.current.complete(); } };