mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Add stop action to receiver selectors
This commit is contained in:
@@ -154,6 +154,14 @@ export default class PopupReceiverSelector
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case "receiverSelector:/stop": {
|
||||
this.dispatchEvent(new CustomEvent("stop", {
|
||||
detail: message.data
|
||||
}));
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user