mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2020-08-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcastmanager(1) that caused no items to appear in superfeeds. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -194,7 +194,8 @@ void MainWidget::openData()
|
||||
if(item==NULL) {
|
||||
return;
|
||||
}
|
||||
ListCasts *casts=new ListCasts(item->id(),item->text(3)=="Y",this);
|
||||
ListCasts *casts=
|
||||
new ListCasts(item->id(),item->text(3)==tr("[superfeed]"),this);
|
||||
casts->exec();
|
||||
RefreshItem(item);
|
||||
delete casts;
|
||||
|
Reference in New Issue
Block a user