mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-12 22:30:27 +02:00
Merge pull request #332 from deltecent/master
Merged to 'master'. Thank you!
This commit is contained in:
commit
2f463c094f
@ -18094,3 +18094,6 @@
|
|||||||
2018-11-30 Patrick Linstruth <patrick@deltecent.com>
|
2018-11-30 Patrick Linstruth <patrick@deltecent.com>
|
||||||
* Fixed regression with rdimport(1) that threw SQL errors when
|
* Fixed regression with rdimport(1) that threw SQL errors when
|
||||||
importing into an existing cart.
|
importing into an existing cart.
|
||||||
|
2018-12-10 Patrick Linstruth <patrick@deltecent.com>
|
||||||
|
* Fixed a bug that was causing rdairplay(1) to segfault when no
|
||||||
|
log was loaded.
|
||||||
|
@ -2719,7 +2719,7 @@ void RDLogPlay::Playing(int id)
|
|||||||
emit played(line);
|
emit played(line);
|
||||||
AdvanceActiveEvent();
|
AdvanceActiveEvent();
|
||||||
UpdatePostPoint();
|
UpdatePostPoint();
|
||||||
if (isRefreshable()&&play_log->autoRefresh()) {
|
if (play_log!=NULL&&isRefreshable()&&play_log->autoRefresh()) {
|
||||||
refresh();
|
refresh();
|
||||||
}
|
}
|
||||||
LogPlayEvent(logline);
|
LogPlayEvent(logline);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user