bf77ca203e
* fix(playlist): skip unavailable Spotify tracks during playback Mark Spotify tracks as unplayable when the API reports restrictions, skip them in next/prev/activate playback flows, and surface their state in the playlist UI. Add coverage for playlist navigation and playback behavior around unavailable tracks. * fixes and whatnot