diff --git a/webui/static/script.js b/webui/static/script.js index b825e7c2..5b772d90 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -6405,28 +6405,10 @@ function updateYouTubeDiscoveryModal(urlHash, status) { progressBar.style.width = `${status.progress}%`; progressText.textContent = `${status.spotify_matches} / ${status.spotify_total} tracks matched (${status.progress}%)`; - // Update table rows - create missing rows if needed + // Update table rows status.results.forEach(result => { - let row = document.getElementById(`youtube-discovery-row-${result.index}`); - - // Create missing row if it doesn't exist - if (!row) { - const rowHtml = ` -