Verify all recommendations against YouTube Music - no more hallucinated songs, direct YT Music links

This commit is contained in:
root
2026-03-31 10:12:37 -05:00
parent 152f217675
commit 9f9f9581d6
2 changed files with 54 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import { useState, useEffect } from 'react'
import { Disc3, Music, ExternalLink, Loader2 } from 'lucide-react'
import { discoverBandcamp, getBandcampTags, BandcampRelease } from '../lib/api'
import { discoverBandcamp, getBandcampTags, type BandcampRelease } from '../lib/api'
const SORT_OPTIONS = [
{ value: 'new', label: 'New Releases' },