We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d209cd7 commit 80c1114Copy full SHA for 80c1114
src/bluetooth.rs
@@ -48,7 +48,7 @@ impl Device {
48
match name {
49
"audio-card" => Some(String::from("")),
50
"audio-input-microphone" => Some(String::from("")),
51
- "audio-headphones" => Some(String::from("")),
+ "audio-headphones" | "audio-headset" => Some(String::from("")),
52
"battery" => Some(String::from("")),
53
"camera-photo" => Some(String::from("")),
54
"computer" => Some(String::from("")),
0 commit comments