From 5d9a9a71a2a744726818cdc72b91009a983c67a4 Mon Sep 17 00:00:00 2001 From: KDalu <71458929+KDalu@users.noreply.github.com> Date: Sun, 26 Jan 2025 14:46:10 -0500 Subject: [PATCH] Add replace_existing to list of configurations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6cba4af..c02d176 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Downloads specified items. Accepts any combination of track, album, playlist, ep | ffmpeg_path | --ffmpeg-path | Path to ffmpeg binary | | | ffmpeg_args | --ffmpeg-args | Additional ffmpeg arguments when transcoding | | | save_credentials | --save-credentials | Save login credentials to a file | | +| replace_existing | --replace-existing | Redownload and replace songs if they already exist | |