mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-10 14:47:10 +01:00
2020-03-12 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug where '<enclosure>' tags in RSS Superfeeds were rendered with an incorrect 'url=' attribute. * Added indentation formatting on RSS XML feeds.
This commit is contained in:
@@ -204,6 +204,7 @@ EditCast::EditCast(unsigned cast_id,QWidget *parent)
|
||||
cast_report_button=new QPushButton(this);
|
||||
cast_report_button->setFont(buttonFont());
|
||||
cast_report_button->setText(tr("Episode\n&Report"));
|
||||
cast_report_button->setEnabled(cast_feed->audienceMetrics());
|
||||
connect(cast_report_button,SIGNAL(clicked()),this,SLOT(reportData()));
|
||||
|
||||
//
|
||||
|
||||
@@ -177,6 +177,7 @@ ListCasts::ListCasts(unsigned feed_id,bool is_super,QWidget *parent)
|
||||
list_report_button=new QPushButton(this);
|
||||
list_report_button->setFont(buttonFont());
|
||||
list_report_button->setText(tr("Subscription\n&Report"));
|
||||
list_report_button->setEnabled(list_feed->audienceMetrics());
|
||||
connect(list_report_button,SIGNAL(clicked()),this,SLOT(reportData()));
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user