mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Rename bridge:discover to bridge:startDiscovery
This commit is contained in:
@@ -106,7 +106,7 @@ async function handleMessage (message) {
|
||||
};
|
||||
};
|
||||
|
||||
case "bridge:/discover":
|
||||
case "bridge:/startDiscovery":
|
||||
browser.start();
|
||||
break;
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ cast.initialize = (
|
||||
state.apiConfig = apiConfig;
|
||||
|
||||
sendMessageResponse({
|
||||
subject: "bridge:/discover"
|
||||
subject: "bridge:/startDiscovery"
|
||||
});
|
||||
|
||||
apiConfig.receiverListener(state.receiverList.length
|
||||
|
||||
Reference in New Issue
Block a user