mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-13 18:30:46 +00:00
Update SearchParamsHandler.js
This commit is contained in:
parent
40c77d3d17
commit
53dfddec74
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