mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Unify receiver selector launching and allow switching to app media type
This commit is contained in:
@@ -63,9 +63,7 @@ export function getMediaTypesForPageUrl (
|
||||
|
||||
// Only meant to run on normal web pages
|
||||
if (url.protocol === "http:" || url.protocol === "https:") {
|
||||
availableMediaTypes |= (
|
||||
ReceiverSelectorMediaType.App
|
||||
| ReceiverSelectorMediaType.Tab);
|
||||
availableMediaTypes |= ReceiverSelectorMediaType.Tab;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user