mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
5 lines
188 B
JavaScript
5 lines
188 B
JavaScript
const { app } = require("electron");
|
|
|
|
module.exports.getFolder = (customFolder) => customFolder || app.getPath("downloads");
|
|
module.exports.defaultMenuDownloadLabel = "Download playlist";
|