From 3b0a626b6ea142ede5e6b21f9149cf0b92cd4076 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Sun, 24 Aug 2025 17:38:30 -0700 Subject: [PATCH] Update script.js --- webui/static/script.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/webui/static/script.js b/webui/static/script.js index e28746d7..c6050189 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -1593,13 +1593,7 @@ function startPlaylistSyncFromModal(playlistId) { showToast('Sync functionality will be implemented next!', 'info'); } -function initializeSyncPage() { - // Initialize refresh button - const refreshBtn = document.getElementById('spotify-refresh-btn'); - if (refreshBtn) { - refreshBtn.addEventListener('click', loadSpotifyPlaylists); - } -} + // Download tracking state management - matching GUI functionality let activeDownloads = {};