mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Message response doesn't need to be in message format
This commit is contained in:
@@ -100,10 +100,7 @@ async function handleMessage (message) {
|
||||
case "bridge:/getInfo": {
|
||||
const extensionVersion = message.data;
|
||||
|
||||
return {
|
||||
subject: "main:/bridgeInfo"
|
||||
, data: __applicationVersion
|
||||
};
|
||||
return __applicationVersion;
|
||||
};
|
||||
|
||||
case "bridge:/startDiscovery":
|
||||
|
||||
Reference in New Issue
Block a user