Fixed a bug in rdairplay(1) with HourSelector::updateTimeData()

where timer was not set properly when crossing midnight.
This commit is contained in:
Patrick Linstruth
2020-04-01 08:22:51 -07:00
parent d0c232eef1
commit 98b8297fa1
2 changed files with 10 additions and 3 deletions

View File

@@ -19749,3 +19749,6 @@
* Fixed a regression in rdairplay(1) that caused two events to be
started by a single spacebar tap if a SoundPanel event had been
played previously.
2020-04-01 Patrick Linstruth <patrick@deltecent.com>
* Fixed a bug in rdairplay(1) with HourSelector::updateTimeData()
where timer was not set properly when crossing midnight.