mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
adapt core transport to changes in core
This commit is contained in:
parent
3cfee15e1c
commit
080b7b4bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ function CoreTransport() {
|
||||||
return core.get_state(model);
|
return core.get_state(model);
|
||||||
};
|
};
|
||||||
this.dispatch = function(action, model) {
|
this.dispatch = function(action, model) {
|
||||||
return core.dispatch(action, model);
|
return core.dispatch(model, action);
|
||||||
};
|
};
|
||||||
this.free = function() {
|
this.free = function() {
|
||||||
core.free();
|
core.free();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue