mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2022-11-01 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Reload Decks' operation to 'RDCatchEvent'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -538,6 +538,11 @@ void EditDecks::closeData()
|
||||
WriteRecord(0);
|
||||
WriteRecord(edit_record_channel);
|
||||
WriteRecord(edit_play_channel);
|
||||
RDCatchEvent *evt=new RDCatchEvent();
|
||||
evt->setOperation(RDCatchEvent::ReloadDecksOp);
|
||||
evt->setTargetHostName(edit_station->name());
|
||||
rda->ripc()->sendCatchEvent(evt);
|
||||
delete evt;
|
||||
done(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user