mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 22:13:00 +02:00
2022-10-24 Fred Gleason <fredg@paravelsystems.com>
* Disabled the ability to configure an upload to an RSS feed in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -274,7 +274,7 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
catch_editplayout_dialog=new EditPlayout(&catch_filter,this);
|
||||
catch_editrecording_dialog=new EditRecording(&catch_filter,this);
|
||||
catch_editswitchevent_dialog=new EditSwitchEvent(this);
|
||||
catch_editupload_dialog=new EditUpload(&catch_filter,this);
|
||||
catch_editupload_dialog=new EditUpload(&catch_filter,this); // SLOW!!
|
||||
catch_add_recording_dialog=new AddRecording(&catch_filter,this);
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user