Fixed
- Single-instance enforcement (reported by @netherguy4): Re-launching the app while it was already running (including minimized to tray) would spawn a new independent process, leading to playback conflicts and state divergence. Integrated
tauri-plugin-single-instance— subsequent launches are intercepted, the existing window is shown, unminimized, and focused instead.