mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -05:00
- Removed ALL artist deduplication from search results - Show both local and external artists with same name (e.g., Taylor Swift + Taylor Swift [S]) - Users can now browse external artist albums not in local library - Added placeholder image support for missing cover art - Placeholder served for both Jellyfin and external providers when image is null - Added logging to SquidWTF artist search to show actual URLs - Removed temporary documentation files from repo - TIDAL image URLs already correctly implemented with UUID splitting Changes: - SearchItems: No deduplication, sort by relevance score - SearchHints: No deduplication, show all matches - GetArtists: No deduplication, show all matches - GetImage: Returns placeholder.png when image unavailable - Added GetPlaceholderImageAsync() helper method