From bf454e63eb3ab85462ec7e718e1c5a3d9e978037 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Mon, 29 Sep 2025 07:46:41 -0700 Subject: [PATCH] Update script.js --- webui/static/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/static/script.js b/webui/static/script.js index 77504617..cfd628cf 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -12397,6 +12397,7 @@ async function handleGenreChartTypeClick(genreSlug, genreId, genreName, chartTyp addBeatportCardToContainer(chartData); // Automatically open discovery modal (like when you click a YouTube or Tidal card in fresh state) + hideLoadingOverlay(); handleBeatportCardClick(chartHash); console.log(`✅ Created Beatport card and opened discovery modal for ${chartConfig.name}`);