Feat: Add createPlaylistFolders feature to organize downloads into dedicated folders with toggle settings

This commit is contained in:
MasterAcnolo
2026-04-12 18:13:38 +02:00
parent 8fe4e7c38a
commit f3c37c2498
6 changed files with 111 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ const FEATURE_WHITELIST = new Set([
"verboseLogs",
"autoDownloadPlaylist",
"customCodec",
"theme"
"theme",
"createPlaylistFolders"
]);
const configFolderPath = featuresPath;