mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-11 17:42: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 'RDSvc::ImportOs' enumeration.
|
||||||
* Removed the 'Windows Import Path' and 'Windows Preimport Command'
|
* Removed the 'Windows Import Path' and 'Windows Preimport Command'
|
||||||
fields from the 'Edit Service' dialog in rdadmin(1).
|
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);
|
emit played(line);
|
||||||
AdvanceActiveEvent();
|
AdvanceActiveEvent();
|
||||||
UpdatePostPoint();
|
UpdatePostPoint();
|
||||||
|
if (isRefreshable()&&play_log->autoRefresh()) {
|
||||||
|
refresh();
|
||||||
|
}
|
||||||
LogPlayEvent(logline);
|
LogPlayEvent(logline);
|
||||||
emit transportChanged();
|
emit transportChanged();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user