soulsync/webui
Broque Thomas 99481a0232 Fix Track Match search ignoring Track/Artist fields and low result limit
- Frontend was concatenating Track and Artist inputs into a single
  query string, causing Spotify to return mixed results matching
  either word in any field. Now sends track and artist as separate
  params; backend builds field-filtered query (track:X artist:Y).
- Result limit was silently capped at 10 in spotify_client.search_tracks
  via min(limit, 10). Raised to respect requested limit up to
  Spotify's API max of 50.
- iTunes fallback endpoint updated with same field-specific params.
- Legacy ?query= param still supported for backward compatibility.

Fixes #194
2026-03-19 08:23:19 -07:00
..
static Fix Track Match search ignoring Track/Artist fields and low result limit 2026-03-19 08:23:19 -07:00
index.html Add per-tag granular toggle settings for all 47 embedded tags 2026-03-18 16:17:20 -07:00