Update script.js

This commit is contained in:
Broque Thomas 2025-08-24 17:38:30 -07:00
parent d6d31606ce
commit 3b0a626b6e

View file

@ -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 = {};