diff options
author | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-20 17:16:57 +0100 |
---|---|---|
committer | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-20 17:16:57 +0100 |
commit | 451856afd3aa0d0ed2817838a4255730c882cc36 (patch) | |
tree | f343b1f7d1614266f3ac077a081d06b0e5e3e151 | |
parent | 0458c98baee39eb2d4df30576c6cb8227f6ba7b3 (diff) |
Remove redundant item about visualizer_sync_interval from the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a64d164..fd0a7835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,6 @@ * Add `visualizer_autoscale` option to a configuration file. * Add `visualizer_fps` option to a configuration file (60 by default). * Allow for editing multiple titles in the Tag Editor. -* Allow setting `visualizer_sync_interval` to 0 (a new default) to disable - synchronization attempts. * Support gstreamer's udpsink as a data source for visualization (Mopidy). * Deprecate `visualizer_fifo_path` in favor of `visualizer_data_source`. * Don't run volume changing actions if there is no mixer. |