mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-10 17:12:33 +02:00
Merge branch 'deltecent-refreshlog'
This commit is contained in:
commit
ec726c4fa3
@ -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).
|
||||
|
@ -2719,6 +2719,9 @@ void RDLogPlay::Playing(int id)
|
||||
emit played(line);
|
||||
AdvanceActiveEvent();
|
||||
UpdatePostPoint();
|
||||
if (isRefreshable()&&play_log->autoRefresh()) {
|
||||
refresh();
|
||||
}
|
||||
LogPlayEvent(logline);
|
||||
emit transportChanged();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user