This commit is contained in:
Valere
2026-03-13 11:52:50 +01:00
parent a659b5a079
commit be3598730a

View File

@@ -397,12 +397,7 @@ class ControlledAudioOutput implements MediaDevice<
combineLatest(
[
this.available$,
this.platform == "android"
? this.deviceSelection$ // On android ignore native forcing the selection (TODO add test to ensure adding a BT device switch to it)
: merge(
controlledOutputSelection$.pipe(startWith(undefined)),
this.deviceSelection$,
),
this.deviceSelection$,
],
(available, preferredId) => {
this.logger.debug(