mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 22:59:59 -07:00
Fix DMR frontend/backend state desync causing 409 on start
When the backend has an active DMR session but the frontend lost track (page refresh, broken flags causing silent running), clicking Start returned 409 with no recovery path. Now the frontend resyncs on "Already running" responses and checks backend status on tab activation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3207,6 +3207,7 @@
|
||||
SSTVGeneral.init();
|
||||
} else if (mode === 'dmr') {
|
||||
if (typeof checkDmrTools === 'function') checkDmrTools();
|
||||
if (typeof checkDmrStatus === 'function') checkDmrStatus();
|
||||
if (typeof initDmrSynthesizer === 'function') setTimeout(initDmrSynthesizer, 100);
|
||||
} else if (mode === 'websdr') {
|
||||
if (typeof initWebSDR === 'function') initWebSDR();
|
||||
|
||||
Reference in New Issue
Block a user