aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 59bb4c3..84ee88b 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -17,7 +17,7 @@ lazy_static! {
Config::init_from_env().unwrap()
};
pub static ref FFMPEG_COMMAND: String = {
- let result = CONFIG.ffmpeg.clone().unwrap_or("youtube-dl".to_owned());
+ let result = CONFIG.ffmpeg.clone().unwrap_or("ffmpeg".to_owned());
log::debug!("got ffmpeg: {}", result);
result