Loading
fix(macos): show the playing bar right after launching an episode
Tapping an episode nulled the synced podcast id so re-tapping the same artwork would drill in again — but the podcast page is still open in the app, so the very next refresh (fired by playback starting) saw a 'new' visible podcast and re-opened the episode level over the playing bar; it only surfaced after navigating away. The synced id now stays put, and the re-tap case is handled explicitly (same page open -> drill in directly). Diagnostic NSLogs removed now that the flow is confirmed. Co-Authored-By: Claude (RCA)