mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
fix connect method override
This commit is contained in:
parent
33c005edf0
commit
caab266a84
@ -122,7 +122,8 @@ class GCastService implements ICastDestinationService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> connect(CastDevice device) async {
|
@override
|
||||||
|
Future<void> connect(dynamic device) async {
|
||||||
await _gCastRepository.connect(device);
|
await _gCastRepository.connect(device);
|
||||||
|
|
||||||
onReceiverName?.call(device.extras["fn"] ?? "Google Cast");
|
onReceiverName?.call(device.extras["fn"] ?? "Google Cast");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user