mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-30 23:49:32 +02:00
Fixed regression with rdairplay(1) loading previous log
This commit is contained in:
parent
10b08d65a8
commit
462955d0af
@ -222,16 +222,16 @@ void RDLogPlay::setOpMode(RDAirPlayConf::OpMode mode)
|
||||
UpdateStartTimes(play_line_counter);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
void RDLogPlay::setLogName(QString name)
|
||||
{
|
||||
if(logName()!=name) {
|
||||
RDLogEvent::setLogName(name);
|
||||
emit renamed();
|
||||
rda->airplayConf()->setCurrentLog(play_id,name.left(name.length()-4));
|
||||
rda->airplayConf()->setCurrentLog(play_id,name);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
void RDLogPlay::setChannels(int cards[2],int ports[2],
|
||||
const QString start_rml[2],const QString stop_rml[2])
|
||||
|
@ -64,7 +64,7 @@ class RDLogPlay : public QObject,public RDLogEvent
|
||||
bool channelsValid() const;
|
||||
RDAirPlayConf::OpMode mode() const;
|
||||
void setOpMode(RDAirPlayConf::OpMode mode);
|
||||
// void setLogName(QString name);
|
||||
void setLogName(QString name);
|
||||
void setChannels(int cards[2],int ports[2],
|
||||
const QString start_rml[2],const QString stop_rml[2]);
|
||||
void setSegueLength(int len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user