mirror of
https://github.com/immich-app/immich.git
synced 2026-06-06 14:55:17 -04:00
fix connect method override
This commit is contained in:
@@ -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);
|
||||
|
||||
onReceiverName?.call(device.extras["fn"] ?? "Google Cast");
|
||||
|
||||
Reference in New Issue
Block a user