mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
fix recasting when socket closes
This commit is contained in:
parent
669acfa8dc
commit
e5232ddb02
@ -60,6 +60,7 @@ class GCastService implements ICastDestinationService {
|
|||||||
onConnectionState?.call(false);
|
onConnectionState?.call(false);
|
||||||
isConnected = false;
|
isConnected = false;
|
||||||
onReceiverName?.call("");
|
onReceiverName?.call("");
|
||||||
|
currentAssetId = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user