mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-21 08:28:48 +02:00
Fixed a bug that was causing rdairplay(1) to segfault when no log was loaded.
This commit is contained in:
parent
d2fc3f9b80
commit
dcfdc8ccbf
@ -18094,3 +18094,6 @@
|
||||
2018-11-30 Patrick Linstruth <patrick@deltecent.com>
|
||||
* Fixed regression with rdimport(1) that threw SQL errors when
|
||||
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);
|
||||
AdvanceActiveEvent();
|
||||
UpdatePostPoint();
|
||||
if (isRefreshable()&&play_log->autoRefresh()) {
|
||||
if (play_log!=NULL&&isRefreshable()&&play_log->autoRefresh()) {
|
||||
refresh();
|
||||
}
|
||||
LogPlayEvent(logline);
|
||||
|
Loading…
x
Reference in New Issue
Block a user