Feat: Add Newline YT-DLP Args. Add Toggle Switches for verbose, autodownloadplaylist + Fix Thumbail misspell

This commit is contained in:
MasterAcnolo
2026-01-15 10:00:17 +01:00
parent 0ff4715b35
commit 01b6bcd02c
2 changed files with 11 additions and 5 deletions

View File

@@ -2,12 +2,15 @@
"autoUpdate": true,
"discordRPC": true,
"customTopBar": true,
"autoDownloadPlaylist": true,
"logSystem": true,
"autoCheckInfo": true,
"outputTitleCheck": true,
"addThumbnail": true,
"addMetadata": true,
"verboseLogs": false,
"autoDownloadPlaylist": true,
"logSystem": true,
"outputTitleCheck": true,
"downloadSystem": true,
"notifySystem": true
}