Fix YouTube Music import (run sync ytmusicapi in thread), remove all Spotify UI
This commit is contained in:
@@ -93,7 +93,7 @@ export default function TasteProfilePage() {
|
||||
<h2 className="text-lg font-semibold text-charcoal mb-5">Genre DNA</h2>
|
||||
{profile.genre_breakdown.length === 0 ? (
|
||||
<p className="text-charcoal-muted text-sm">
|
||||
No genre data yet. Import playlists with Spotify to see your genre breakdown.
|
||||
No genre data yet. Import playlists to see your genre breakdown.
|
||||
</p>
|
||||
) : (
|
||||
<div className="space-y-3">
|
||||
|
||||
Reference in New Issue
Block a user