2020-09-22 Fred Gleason <fredg@paravelsystems.com>

* Fixed bugs in rdcastmanager(1) that caused incorrect feed and
	item icons to be displayed in lists.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-09-23 19:22:56 -04:00
parent 417c99455f
commit 6829cc018e
3 changed files with 5 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ void MainWidget::RefreshItem(RDListViewItem *item)
"FEEDS.BASE_URL,"+ // 03
"FEED_IMAGES.DATA "+ // 04
"from FEEDS left join FEED_IMAGES "+
"on FEEDS.ID=FEED_IMAGES.FEED_ID where "+
"on FEEDS.CHANNEL_IMAGE_ID=FEED_IMAGES.ID where "+
"FEEDS.KEY_NAME=\""+RDEscapeString(item->text(1))+"\"";
q=new RDSqlQuery(sql);
while(q->next()) {