Update script.js
This commit is contained in:
parent
d6d31606ce
commit
3b0a626b6e
1 changed files with 1 additions and 7 deletions
|
|
@ -1593,13 +1593,7 @@ function startPlaylistSyncFromModal(playlistId) {
|
||||||
showToast('Sync functionality will be implemented next!', 'info');
|
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
|
// Download tracking state management - matching GUI functionality
|
||||||
let activeDownloads = {};
|
let activeDownloads = {};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue