diff --git a/src/playlist.js b/src/playlist.js index 9282b17..8a80de7 100644 --- a/src/playlist.js +++ b/src/playlist.js @@ -538,7 +538,7 @@ getId("saveLinks").addEventListener("click", () => { // Selecting download directory getId("selectLocation").addEventListener("click", () => { - ipcRenderer.send("select-location", ""); + ipcRenderer.send("select-location-main", ""); }); ipcRenderer.on("downloadPath", (event, downloadPath) => {