From 1dd5b04204da54f480b63eee7f70221baaeadc01 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 27 Oct 2022 17:38:18 +0300 Subject: [PATCH] dispatch SyncLibraryWithAPI on app initialized --- src/App/App.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/App/App.js b/src/App/App.js index e112a291a..c0a79b727 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -103,6 +103,12 @@ const App = () => { action: 'PullUserFromAPI' } }); + services.core.transport.dispatch({ + action: 'Ctx', + args: { + action: 'SyncLibraryWithAPI' + } + }); } }, [initialized]); return (