1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 21:04:01 +03:00

rename main code folder to src; rename release.yml to build.yml.

This commit is contained in:
2026-03-18 17:25:53 +02:00
parent 0d60ed99fb
commit 537c49be86
7 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -8,9 +8,9 @@
"archive": "archive.txt"
}
],
"yt_dlp_path": "./bin/yt-dlp",
"ffmpeg_path": "./bin/ffmpeg",
"aria2c_path": "./bin/aria2c",
"yt_dlp_path": "./bin/yt-dlp.exe",
"ffmpeg_path": "./bin/ffmpeg.exe",
"aria2c_path": "./bin/aria2c.exe",
"max_parallel_downloads": 6,
"aria2c_connections": 4
}
View File