diff --git a/src/playlist.js b/src/playlist.js index 985c0fe..a09f87d 100644 --- a/src/playlist.js +++ b/src/playlist.js @@ -197,7 +197,6 @@ function download(type) { downloadProcess.on("close", () => { getId(`p${count}`).textContent = i18n.__("File saved."); getId("pasteLink").style.display = "inline-block"; - getId("openDownloads").style.display = "none"; const notify = new Notification("ytDownloader", { body: i18n.__("Playlist downloaded"),