diff options
author | Max Kellermann <max@musicpd.org> | 2020-10-08 19:57:00 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-10-08 20:30:33 +0200 |
commit | 27cc7b352d54b013e04c6e2b66b7ff0ab6e6bfb8 (patch) | |
tree | 9b2064404927d448ba8733dc70f726726221f24a /NEWS | |
parent | d64729065e845ed5341ead94623f4a25e3ab1f33 (diff) |
config/Data: cast to std::chrono::steady_clock::duration properly
Oh no, 3413d1bf23a was broken! Instead of passing a number as
"seconds" to the duration constructor, it just abused the duration
constructor as cast operator, which caused custom state_file_interval
settings to be extremely short.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ver 0.22.1 (not yet released) - jack, pulse: reduce the delay when stopping or pausing playback * playlist - cue: fix two crash bugs +* state_file: fix the state_file_interval setting ver 0.22 (2020/09/23) * protocol |