mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-17 12:40:30 +00:00
change ctx storage action
This commit is contained in:
parent
164b2ff053
commit
4fbdab976e
1 changed files with 2 additions and 2 deletions
|
|
@ -26,9 +26,9 @@ const App = () => {
|
|||
const onCoreStateChanged = () => {
|
||||
if (services.core.active) {
|
||||
services.core.transport.dispatch({
|
||||
action: 'Load',
|
||||
action: 'Ctx',
|
||||
args: {
|
||||
model: 'Ctx'
|
||||
action: 'PullFromStorage'
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue