Update SearchParamsHandler.js

This commit is contained in:
a snaek 2025-08-05 10:23:15 +02:00 committed by GitHub
parent 40c77d3d17
commit 53dfddec74
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}`,