mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-07 23:51:18 +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:
parent
6bd99621a2
commit
f7dbfc6627
@ -24303,3 +24303,6 @@
|
|||||||
2023-08-01 Fred Gleason <fredg@paravelsystems.com>
|
2023-08-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added an 'ID' column to the 'Podcast Item List' dialog in
|
* Added an 'ID' column to the 'Podcast Item List' dialog in
|
||||||
rdcastmanager(1).
|
rdcastmanager(1).
|
||||||
|
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).
|
||||||
|
@ -596,6 +596,8 @@ void RDFeedListModel::updateCastRow(int feed_line,int cast_line,
|
|||||||
rda->iconEngine()->listIcon(RDIconEngine::WhiteBall);
|
rda->iconEngine()->listIcon(RDIconEngine::WhiteBall);
|
||||||
break;
|
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][1]=q->value(1+q_offset); // Item Title
|
||||||
d_cast_texts[feed_line][cast_line][3]=
|
d_cast_texts[feed_line][cast_line][3]=
|
||||||
rda->shortDateString(q->value(3+q_offset).toDateTime().date());
|
rda->shortDateString(q->value(3+q_offset).toDateTime().date());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user