From ed6efcf812ca161ba23d16b51e5a02d4c5e46e88 Mon Sep 17 00:00:00 2001 From: MasterAcnolo Date: Wed, 19 Aug 2026 19:44:56 +0200 Subject: [PATCH] fix: toggle to false the createPlaylistFolder feature --- config/config.default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.default.json b/config/config.default.json index 09e6ce8..c620f50 100644 --- a/config/config.default.json +++ b/config/config.default.json @@ -9,7 +9,7 @@ "verboseLogs": false, "autoDownloadPlaylist": true, "keepPlaylistOrder": false, - "createPlaylistFolders": true, + "createPlaylistFolders": false, "customCodec": "h264", "logSystem": true, "outputTitleCheck": true,