mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix missing string delimiters in inserted script
This commit is contained in:
@@ -276,7 +276,7 @@ browser.menus.onClicked.addListener(async (info, tab) => {
|
||||
|
||||
await browser.tabs.executeScript(tab.id, {
|
||||
code: `let selectedMedia = "${info.pageUrl ? "tab" : "screen"}";
|
||||
let FX_CAST_RECEIVER_APP_ID = ${options.option_mirroringAppId};`
|
||||
let FX_CAST_RECEIVER_APP_ID = "${options.option_mirroringAppId}";`
|
||||
, frameId
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user