mirror of
https://github.com/immich-app/immich.git
synced 2026-05-24 08:32:28 -04:00
fix recasting when socket closes
This commit is contained in:
@@ -60,6 +60,7 @@ class GCastService implements ICastDestinationService {
|
||||
onConnectionState?.call(false);
|
||||
isConnected = false;
|
||||
onReceiverName?.call("");
|
||||
currentAssetId = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user