Fix regain focus check server progress for local media items open in player & sync more recent

This commit is contained in:
advplyr
2026-05-09 16:48:55 -05:00
parent 2c2e77f6cd
commit 8be08702c1
3 changed files with 113 additions and 52 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class ServerSocket extends EventEmitter {
}
onAuthFailed(data) {
console.log('[SOCKET] Auth failed', data)
console.log('[SOCKET] Auth failed: ' + (data?.message || 'Unknown reason'))
this.isAuthenticated = false
}