From 6d40ddf998a10bd8bc1d6fa95e568de462b0eef9 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Wed, 3 Sep 2025 12:14:52 -0700 Subject: [PATCH] Update script.js --- webui/static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/static/script.js b/webui/static/script.js index 98208e34..13e758bb 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -7482,7 +7482,7 @@ async function startTidalDownloadMissing(urlHash) { // Close the discovery modal if it's open (same as YouTube) const discoveryModal = document.getElementById(`youtube-discovery-modal-${urlHash}`); if (discoveryModal) { - discoveryModal.style.display = 'none'; + discoveryModal.classList.add('hidden'); console.log('🔄 Closed Tidal discovery modal to show download modal'); }