mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-24 00:18:13 +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:
parent
b4cd2117ec
commit
2571b7b75e
@ -20180,3 +20180,6 @@
|
|||||||
rdcastmanager(1).
|
rdcastmanager(1).
|
||||||
2020-08-08 Fred Gleason <fredg@paravelsystems.com>
|
2020-08-08 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Implemented multicast notifications for RSS feed items.
|
* Implemented multicast notifications for RSS feed items.
|
||||||
|
2020-08-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in rdcastmanager(1) that caused no items to
|
||||||
|
appear in superfeeds.
|
||||||
|
@ -194,7 +194,8 @@ void MainWidget::openData()
|
|||||||
if(item==NULL) {
|
if(item==NULL) {
|
||||||
return;
|
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();
|
casts->exec();
|
||||||
RefreshItem(item);
|
RefreshItem(item);
|
||||||
delete casts;
|
delete casts;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user