Fix: Local-Source Popular Query + App-Pin Flow

This commit is contained in:
Youwes09
2026-06-06 15:00:59 -05:00
parent 5dfbc80bbe
commit ed4c11ca7e
7 changed files with 225 additions and 94 deletions
+9 -1
View File
@@ -87,7 +87,15 @@ export function startProbe(
boot.skipped = false
boot.serverProbeOk = false
appState.status = 'booting'
let tries = 0
if (appState.platform === 'web') {
boot.failed = true
appState.status = 'error'
startBackgroundProbe(gen, authMode, user, pass)
return
}
let tries = 0
async function probe() {
if (gen !== probeGeneration) return