1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 04:23:59 +03:00
This commit is contained in:
2026-05-16 16:32:28 +03:00
parent 8e3a7e3920
commit e7f1dbc1f7
+1 -1
View File
@@ -25,7 +25,7 @@ class ActionExecutor:
self._preflight_dependencies(actions, playlist_cfg)
save_path = Path(playlist_cfg.get("save_path", "./downloads")).resolve()
mode = playlist_cfg.get("download_mode", "audio")
mode = playlist_cfg.get("download_mode", "video")
# Prepare roots
audio_root = save_path / "audio"