Wire Bandcamp into AI recommendations - prioritize indie artists, attach Bandcamp links to results

This commit is contained in:
root
2026-03-30 23:42:03 -05:00
parent dd4df6a070
commit 37fccc6eef
9 changed files with 62 additions and 20 deletions

View File

@@ -96,6 +96,7 @@ export interface RecommendationItem {
album: string
image_url: string | null
spotify_url: string | null
bandcamp_url: string | null
reason: string
saved: boolean
created_at: string