Update AndroidControlledAudioOutput.ts

This commit is contained in:
Timo K
2026-04-16 23:35:49 +02:00
parent f4c2b15d7a
commit e30efad93a

View File

@@ -226,6 +226,7 @@ export class AndroidControlledAudioOutput implements MediaDevice<
...state, ...state,
preferredDeviceId: action.deviceId, preferredDeviceId: action.deviceId,
selectedDeviceId: chosenDevice, selectedDeviceId: chosenDevice,
nativeSelectedDeviceId: undefined,
}; };
} }
case "nativeSideUpdatedDevice": { case "nativeSideUpdatedDevice": {