Fix download location not working on playlist page

pull/180/head
Andrew 3 years ago
parent 9a00ca1f98
commit 9fe8d60f50

@ -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) => {

Loading…
Cancel
Save