mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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({
|
||||
type: 'success',
|
||||
title: `Using streaming server at ${streamingServerUrl}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue