Enhance Last.fm integration and pagination in LibraryPage
- Introduced a Bottleneck limiter for Last.fm requests to manage concurrency and rate limits.
- Refactored artist search and detail retrieval to prioritize Last.fm data, with fallback to MusicBrainz for structured information.
- Implemented pagination in the LibraryPage to improve user experience, allowing navigation through artist lists.
- Updated CSS for input fields to ensure consistent height across different themes.
This update aims to enhance the performance and usability of the application by optimizing API calls and improving the artist browsing experience.
Full Changelog: v0.9.1...v0.10.0