Add downloader utils (getFolder and default menu label)

This commit is contained in:
TC
2021-03-24 21:49:55 +01:00
parent 6bcf5efb65
commit 4146ae60bc
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
const downloadsFolder = require("downloads-folder");
module.exports.getFolder = (customFolder) => customFolder || downloadsFolder();
module.exports.defaultMenuDownloadLabel = "Download playlist";