mirror of
https://github.com/immich-app/immich
synced 2025-06-07 22:30:59 +00:00
filter chromecast audio devices
This commit is contained in:
parent
69afc8cfe9
commit
c52e03abfc
@ -273,6 +273,7 @@ class GCastService implements ICastDestinationService {
|
||||
device
|
||||
),
|
||||
)
|
||||
.where((device) => device.$3.extras["md"] != "Chromecast Audio")
|
||||
.toList(growable: false);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user