From 8f2ccd34c7fe86922ae394d0351a7389035439ff Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Sun, 20 Nov 2022 18:08:49 +0600 Subject: [PATCH] Playlist update --- src/playlist.js | 1 - 1 file changed, 1 deletion(-) 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"),