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