Skip to content

Commit 47d7aca

Browse files
committed
ds-playground: Align with https://crrev.com/c/6420045
1 parent e12b44f commit 47d7aca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ds-playground/src/ds-playground.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ class PriorityListStrategy extends Strategy {
221221
case DeviceType.USB:
222222
case DeviceType.Bluetooth:
223223
return 3;
224-
case DeviceType.HDMI:
225-
return 2;
226224
case DeviceType.Internal:
225+
return 2;
226+
case DeviceType.HDMI:
227227
return 1;
228228
}
229229
}

0 commit comments

Comments
 (0)