diff --git a/src/App/App.js b/src/App/App.js index b054c7fb2..66b2e968b 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -85,6 +85,16 @@ const App = () => { services.chromecast.off('stateChanged', onChromecastStateChange); }; }, []); + React.useEffect(() => { + if (services.core.active) { + services.core.transport.dispatch({ + action: 'Ctx', + args: { + action: 'PullAddonsFromAPI' + } + }); + } + }, [initialized]); return (