fix: resolve Episode Lobby stuck loading state and prevent triggers on non-episodic media

This commit is contained in:
Timo
2026-07-12 16:57:06 +02:00
parent b987d13612
commit 9e8a446d97
2 changed files with 30 additions and 3 deletions
+7 -2
View File
@@ -758,7 +758,8 @@
let settled = false;
// Re-query the host's current position on click instead of using the
// Re-query the host's current position on click instead of using the
// potentially stale target captured at HOST_BLOCKED time (M-1).
const stay = () => {
@@ -798,7 +799,11 @@
chrome.runtime.sendMessage({ type: 'HCM_DESYNC_STATE', desynced: true }).catch(() => {});
hcmShowBadge();
hcmShowBadge();
}
function hcmExitDesync() {
const wasDesynced = hcmDesynced;