mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2023-08-01 Fred Gleason <fredg@paravelsystems.com>
* Added the podcast ID to the first column of the item listing in the feed list in rdcastmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -596,6 +596,8 @@ void RDFeedListModel::updateCastRow(int feed_line,int cast_line,
|
||||
rda->iconEngine()->listIcon(RDIconEngine::WhiteBall);
|
||||
break;
|
||||
}
|
||||
d_cast_texts[feed_line][cast_line][0]=
|
||||
QString::asprintf("%u",q->value(q_offset).toUInt()); // Cast ID
|
||||
d_cast_texts[feed_line][cast_line][1]=q->value(1+q_offset); // Item Title
|
||||
d_cast_texts[feed_line][cast_line][3]=
|
||||
rda->shortDateString(q->value(3+q_offset).toDateTime().date());
|
||||
|
Reference in New Issue
Block a user