Verify all recommendations against YouTube Music - no more hallucinated songs, direct YT Music links
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user