mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
2023-01-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that broke the 'Audition Head' and 'Audition Tail' buttons in the Full Log widget. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23937,3 +23937,6 @@
|
|||||||
* Cleaned up compiler warnings when building rddbconfig(8).
|
* Cleaned up compiler warnings when building rddbconfig(8).
|
||||||
2023-01-20 Fred Gleason <fredg@paravelsystems.com>
|
2023-01-20 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added an 'xsltproc' dependency to the 'rivendell' DEB package.
|
* Added an 'xsltproc' dependency to the 'rivendell' DEB package.
|
||||||
|
2023-01-20 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in rdairplay(1) that broke the 'Audition Head'
|
||||||
|
and 'Audition Tail' buttons in the Full Log widget.
|
||||||
|
|||||||
@@ -132,8 +132,7 @@ RDLogPlay::RDLogPlay(int id,RDEventPlayer *player,QObject *parent)
|
|||||||
//
|
//
|
||||||
play_audition_line=-1;
|
play_audition_line=-1;
|
||||||
if((rda->station()->cueCard()>=0)&&
|
if((rda->station()->cueCard()>=0)&&
|
||||||
(rda->station()->cuePort()>=0)&&
|
(rda->station()->cuePort()>=0)) {
|
||||||
isWidgetType()) {
|
|
||||||
play_audition_player=
|
play_audition_player=
|
||||||
new RDSimplePlayer(play_cae,rda->ripc(),rda->station()->cueCard(),
|
new RDSimplePlayer(play_cae,rda->ripc(),rda->station()->cueCard(),
|
||||||
rda->station()->cuePort(),0,0);
|
rda->station()->cuePort(),0,0);
|
||||||
|
|||||||
Reference in New Issue
Block a user