filter chromecast audio devices

This commit is contained in:
bwees
2025-05-29 09:57:21 -05:00
parent 69afc8cfe9
commit c52e03abfc
+1
View File
@@ -273,6 +273,7 @@ class GCastService implements ICastDestinationService {
device
),
)
.where((device) => device.$3.extras["md"] != "Chromecast Audio")
.toList(growable: false);
}
}