mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Add popup warning banner when the bridge has a problem
This commit is contained in:
@@ -710,7 +710,9 @@ async function getReceiverSelection(selectionOpts: {
|
||||
*/
|
||||
function createSelector() {
|
||||
// Get a new selector for each selection
|
||||
const selector = new ReceiverSelector();
|
||||
const selector = new ReceiverSelector(
|
||||
deviceManager.getBridgeInfo()?.isVersionCompatible ?? false
|
||||
);
|
||||
|
||||
/**
|
||||
* Sends message to cast instance to trigger stopped receiver action
|
||||
|
||||
Reference in New Issue
Block a user