diff --git a/web/apps/cast/src/pages/index.tsx b/web/apps/cast/src/pages/index.tsx index b48da7e35e450fc26601447627d0d61ee00ca4a2..8aa0190ff44171c6f66bc3b0e41b557d9b7e9579 100644 --- a/web/apps/cast/src/pages/index.tsx +++ b/web/apps/cast/src/pages/index.tsx @@ -94,7 +94,7 @@ export default function PairingMode() { return () => { console.log("stopping cast context"); - context.stop(); + // context.stop(); }; }, [cast]);