Update script.js
This commit is contained in:
parent
b08090ebe1
commit
6d40ddf998
1 changed files with 1 additions and 1 deletions
|
|
@ -7482,7 +7482,7 @@ async function startTidalDownloadMissing(urlHash) {
|
||||||
// Close the discovery modal if it's open (same as YouTube)
|
// Close the discovery modal if it's open (same as YouTube)
|
||||||
const discoveryModal = document.getElementById(`youtube-discovery-modal-${urlHash}`);
|
const discoveryModal = document.getElementById(`youtube-discovery-modal-${urlHash}`);
|
||||||
if (discoveryModal) {
|
if (discoveryModal) {
|
||||||
discoveryModal.style.display = 'none';
|
discoveryModal.classList.add('hidden');
|
||||||
console.log('🔄 Closed Tidal discovery modal to show download modal');
|
console.log('🔄 Closed Tidal discovery modal to show download modal');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue