fix: enforce bypassPairing=true for local dev connections

This commit is contained in:
2026-07-04 15:04:17 -06:00
parent e4048fd78c
commit d8c9bbbb43

View File

@@ -80,6 +80,7 @@ class MeatbagClient(
val queryParams = buildString { val queryParams = buildString {
append("?deviceType=") append("?deviceType=")
append(deviceType) append(deviceType)
append("&bypassPairing=true")
if (profileId != null) { if (profileId != null) {
append("&profileId=") append("&profileId=")
append(profileId) append(profileId)