Loading
fix(macos): firm width for the episodes strip — the stretch collapsed to zero
On-device logs finally told the story: episodes load (16/3/1…), the scrubber exists and reloads, yet only the back button shows. Next to a sibling item the low-priority stretch loses the layout arbitration and the scrubber renders at zero width (alone in the idle bar it wins, which is why the artwork strip works). The episodes strip now gets a firm 600 pt width at priority 999, and a frame diagnostic logs the resolved geometry half a second after each load. Co-Authored-By: Claude (RCA)