mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2020-10-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdairplay(1) where copying a log event using the 'Copy' button would result in the new event always getting a 'PLAY' transition. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1529,7 +1529,8 @@ void MainWidget::selectClickedData(int id,int line,RDLogLine::Status status)
|
||||
rda->airplayConf()->defaultTransType());
|
||||
}
|
||||
else {
|
||||
air_log[id]->copy(air_copy_line,line);
|
||||
air_log[id]->
|
||||
copy(air_copy_line,line,rda->airplayConf()->defaultTransType());
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user