Skip to content

Commit

Permalink
fix zeroconf_port config entry (#480)
Browse files Browse the repository at this point in the history
The macro responsible for merging the CLI arguments and config file entries wasn't configured to take the `zeroconf_port` into consideration
  • Loading branch information
lulis authored and Sven Lechner committed Jan 23, 2020
1 parent 3f245fd commit 5f433ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ impl SharedConfigValues {
volume_controller,
cache_path,
on_song_change_hook,
zeroconf_port,
proxy
);

Expand Down

0 comments on commit 5f433ca

Please sign in to comment.