mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Remove leading slash from message names
This commit is contained in:
@@ -39,7 +39,7 @@ export default async function loadSender (opts: LoadSenderOptions) {
|
||||
}
|
||||
|
||||
shim.contentPort.postMessage({
|
||||
subject: "shim:/launchApp"
|
||||
subject: "shim:launchApp"
|
||||
, data: { receiver: opts.selection.receiver }
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user