mirror of
https://github.com/beetbox/beets.git
synced 2026-07-22 03:17:26 -04:00
Add a LyricsSession class that mounts RateLimitAdapter (4 req/sec) and configures urllib3 Retry with exponential backoff on 429 responses. Each backend instance gets its own session so rate limits apply independently per API source. Fixes #6728