diff --git a/web/apps/cast/src/pages/index.tsx b/web/apps/cast/src/pages/index.tsx index b48da7e35..8aa0190ff 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]);