Loading
fix(macos): keep the Touch Bar scrubber position, show the now-playing state
- Artwork arrivals no longer call reloadData() (which reset the scrubber's scroll position while swiping): the visible cell is updated in place via itemViewForItem(at:). - While an episode is loaded the bar gains the episode title (truncated label) and a seekable position slider, fed by the observed currentTime/duration; the slider never fights a finger mid-drag and is disabled for live radio (no position). The items disappear again when playback is cleared, and the subscriptions strip collapses first (low visibility priority, capped width) when space runs out. Co-Authored-By: Claude (RCA)