command/player, ...: use decimal notation

During the libfmt migration, I converted "%1.3f" to just "{:1.3}"
without the "f" suffix, but libfmt defaults to scientific notation,
which can break some MPD clients.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1291
This commit is contained in:
Max Kellermann
2021-10-18 16:52:58 +02:00
parent d5be8c74b0
commit b22d7218aa
5 changed files with 12 additions and 10 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.23.1 (not yet released)
* protocol
- use decimal notation instead of scientific notation
* output
- pipewire: attempt to change the graph sample rate
- snapcast: fix time stamp bug which caused "Failed to get chunk"