Skip to content

Commit

Permalink
app: Ensure mixstatus is properly configured immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 14, 2021
1 parent 243757d commit 658f89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shared/store/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ const connectMixstatus = (store: AppStore, network: ConnectedProlinkNetwork) =>
network.mixstatus.configure({
hasOnAirCapabilities: hasOnAirSupport,
reportRequresSilence: !hasOnAirSupport,
})
}),
{fireImmediately: true}
);
};

0 comments on commit 658f89b

Please sign in to comment.