mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 04:23:59 +03:00
fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user