diff --git a/src/showplanner/PISModal.tsx b/src/showplanner/PISModal.tsx index 227c923..f6e4996 100644 --- a/src/showplanner/PISModal.tsx +++ b/src/showplanner/PISModal.tsx @@ -8,6 +8,7 @@ function DevWarning() { if (process.env.REACT_APP_PRODUCTION === "true") { return null; } + const wsUrl = process.env.REACT_APP_MYRADIO_NONAPI_BASE + "/MyRadio/webstudio"; return ( <>