Fixed regression where remote log changes did not auto refresh in rdairplay(1).

This commit is contained in:
Patrick Linstruth 2018-11-23 21:32:55 -08:00
parent 10b08d65a8
commit f93de77666
2 changed files with 6 additions and 0 deletions

View File

@ -18055,3 +18055,6 @@
* Removed the 'RDSvc::ImportOs' enumeration.
* Removed the 'Windows Import Path' and 'Windows Preimport Command'
fields from the 'Edit Service' dialog in rdadmin(1).
2018-11-23 Patrick Linstruth <patrick@deltecent.com>
* Fixed regression where remote log changes did not auto refresh
in rdairplay(1).

View File

@ -2719,6 +2719,9 @@ void RDLogPlay::Playing(int id)
emit played(line);
AdvanceActiveEvent();
UpdatePostPoint();
if (isRefreshable()&&play_log->autoRefresh()) {
refresh();
}
LogPlayEvent(logline);
emit transportChanged();
}