Loading
fix(macos): episode strip could bind its data source before its identity
In the episodes item, the scrubber's data source was wired before the episodeScrubber reference was assigned: if the control queries during configuration, the identity check in numberOfItems/viewForItemAt takes the podcasts branch and the strip renders garbage/empty. The identity is now assigned first and the data source connected last, with a defensive reload once materialized (content can arrive first) and two NSLog diagnostics to finally see the sequencing on-device from Xcode's console if anything else remains. Co-Authored-By: Claude (RCA)