mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Replace StatusManager
This commit is contained in:
@@ -51,8 +51,8 @@ decodeTransform.on("data", (message: Message) => {
|
||||
}
|
||||
|
||||
case "bridge:stopReceiverApp": {
|
||||
const { host, port } = message.data.receiver;
|
||||
stopReceiverApp(host, port);
|
||||
const { receiverDevice } = message.data;
|
||||
stopReceiverApp(receiverDevice.host, receiverDevice.port);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user