From ffeef5d52071b34c9aff3d2216d0d65f7fca7a55 Mon Sep 17 00:00:00 2001 From: Claude Worker Date: Wed, 1 Jul 2026 01:53:09 +0000 Subject: [PATCH] feat: audio playback intermittent issue Task #50 completed by ClaudeQueue ClaudeQueue --- frontend/app.js | 65 +++++++++++++++++++++++++-- tests/audio-watchdog.smoke.spec.js | 72 ++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+), 3 deletions(-) create mode 100644 tests/audio-watchdog.smoke.spec.js diff --git a/frontend/app.js b/frontend/app.js index 728c297..d80c689 100755 --- a/frontend/app.js +++ b/frontend/app.js @@ -407,6 +407,15 @@ const Player = { master: els.video, secondary: null, // synced audio element in dual mode driftTimer: null, + _wantsPlaying: false, // tracks user/app *intent* to be playing, independent + // of what the underlying