-
fix(kugetsu): session detection ordering bug
released this
2026-04-02 12:27:17 +02:00 | 148 commits to main since this releaseMove session detection BEFORE checking if fork process is still running.
Previous code broke out of loop if forked process exited, skipping detection entirely.
Also add database query debugging when detection fails.Downloads