mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Misc fixes/improvements from WIP branches
This commit is contained in:
@@ -37,7 +37,7 @@ export function getMediaTypesForPageUrl(
|
||||
pageUrl: string
|
||||
): ReceiverSelectorMediaType {
|
||||
const url = new URL(pageUrl);
|
||||
let availableMediaTypes = ReceiverSelectorMediaType.File;
|
||||
let availableMediaTypes = ReceiverSelectorMediaType.None;
|
||||
|
||||
/**
|
||||
* Content scripts are prohibited from running on some
|
||||
|
||||
Reference in New Issue
Block a user