|
|
|
@ -197,7 +197,6 @@ function download(type) {
|
|
|
|
downloadProcess.on("close", () => {
|
|
|
|
downloadProcess.on("close", () => {
|
|
|
|
getId(`p${count}`).textContent = i18n.__("File saved.");
|
|
|
|
getId(`p${count}`).textContent = i18n.__("File saved.");
|
|
|
|
getId("pasteLink").style.display = "inline-block";
|
|
|
|
getId("pasteLink").style.display = "inline-block";
|
|
|
|
getId("openDownloads").style.display = "none";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const notify = new Notification("ytDownloader", {
|
|
|
|
const notify = new Notification("ytDownloader", {
|
|
|
|
body: i18n.__("Playlist downloaded"),
|
|
|
|
body: i18n.__("Playlist downloaded"),
|
|
|
|
|