Merge pull request #332 from deltecent/master

Merged to 'master'. Thank you!
This commit is contained in:
Fred Gleason 2018-12-12 13:59:53 -05:00 committed by GitHub
commit 2f463c094f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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);