fix recasting when socket closes

This commit is contained in:
bwees 2025-06-02 16:53:23 -05:00
parent 669acfa8dc
commit e5232ddb02
No known key found for this signature in database

View File

@ -60,6 +60,7 @@ class GCastService implements ICastDestinationService {
onConnectionState?.call(false); onConnectionState?.call(false);
isConnected = false; isConnected = false;
onReceiverName?.call(""); onReceiverName?.call("");
currentAssetId = null;
} }
} }