filter chromecast audio devices

This commit is contained in:
bwees 2025-05-29 09:57:21 -05:00
parent 69afc8cfe9
commit c52e03abfc
No known key found for this signature in database

View File

@ -273,6 +273,7 @@ class GCastService implements ICastDestinationService {
device device
), ),
) )
.where((device) => device.$3.extras["md"] != "Chromecast Audio")
.toList(growable: false); .toList(growable: false);
} }
} }