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 (