From 42ff13b1353a01bc9fb225000938e8d1b156acaa Mon Sep 17 00:00:00 2001 From: Claude Worker Date: Wed, 1 Jul 2026 07:26:33 +0000 Subject: [PATCH] feat: audio playback issue Task #60 completed by ClaudeQueue ClaudeQueue --- frontend/app.js | 86 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 78 insertions(+), 8 deletions(-) diff --git a/frontend/app.js b/frontend/app.js index a2cc18c..8b67fb8 100755 --- a/frontend/app.js +++ b/frontend/app.js @@ -407,6 +407,7 @@ const Player = { master: els.video, secondary: null, // synced audio element in dual mode driftTimer: null, + bufferGraceTimer: null, // pending "pause audio after a stall that outlasts the grace window" timer _wantsPlaying: false, // tracks user/app *intent* to be playing, independent // of what the underlying