1
0
mirror of https://github.com/bobwen-dev/hunter synced 2025-04-12 00:55:41 +02:00

Fixed setting media_previewer in config (#59)

This commit is contained in:
ath3 2019-07-05 13:22:04 +00:00 committed by rabite0
parent 6198b4e421
commit f542922176

View File

@ -134,7 +134,7 @@ impl Config {
Ok(("media_mute", "off")) => { config.media_mute = false; },
Ok(("media_previewer", cmd)) => {
let cmd = cmd.to_string();
config.select_cmd = cmd;
config.media_previewer = cmd;
},
Ok(("ratios", ratios)) => {
let ratios_str = ratios.to_string();