Add popup warning banner when the bridge has a problem

This commit is contained in:
hensm
2022-09-03 19:08:37 +01:00
parent 89acad2f9e
commit 25bd72f0fe
10 changed files with 120 additions and 34 deletions

View File

@@ -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