diff --git a/public/live.js b/public/live.js index c449d37..9f1ad3a 100644 --- a/public/live.js +++ b/public/live.js @@ -478,6 +478,7 @@ sessionStorage.removeItem('replay-packet'); try { const pkt = JSON.parse(replayData); + vcrPause(); // suppress live packets setTimeout(() => animatePacket(pkt), 1500); } catch {} } else {