mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Merge pull request #981 from asnaek/development
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Update SearchParamsHandler.js
This commit is contained in:
commit
90f834e893
1 changed files with 7 additions and 1 deletions
|
|
@ -36,7 +36,13 @@ const SearchParamsHandler = () => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
core.transport.dispatch({
|
||||||
|
action: 'Ctx',
|
||||||
|
args: {
|
||||||
|
action: 'AddServerUrl',
|
||||||
|
args: streamingServerUrl,
|
||||||
|
},
|
||||||
|
});
|
||||||
toast.show({
|
toast.show({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
title: `Using streaming server at ${streamingServerUrl}`,
|
title: `Using streaming server at ${streamingServerUrl}`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue