Merge pull request #981 from asnaek/development
Some checks failed
Build / build (push) Has been cancelled

Update SearchParamsHandler.js
This commit is contained in:
Tim 2025-09-25 08:09:07 +02:00 committed by GitHub
commit 90f834e893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}`,