Music Assistant fixes two cases where asking for one piece of audio could start another. Home Assistant playback requests for a direct link no longer fall through to a name search when the user has a filter limiting their music providers. Plex Connect also keeps the selected track when it sits beyond the first 100 queue entries.
Direct links and local files bypass the provider filter during verification. For Plex, the 100-item queue limit starts at the chosen track, with earlier entries filling any remaining space for repeat playback. Very large queues can still have incomplete wrap-around coverage when the fetched portion does not reach the beginning. Marvin Schenkel contributes both fixes.