Fix YouTube Music import (run sync ytmusicapi in thread), remove all Spotify UI

This commit is contained in:
root
2026-03-31 00:30:55 -05:00
parent 1eea237c08
commit 50e9b492d5
8 changed files with 20 additions and 195 deletions

View File

@@ -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">