2022-12-06 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdcastmanager(1) that caused newly added
	feed items to be listed twice in the 'Podcast Item List' dialog.
	* Fixed a bug in 'RDPodcastListModel' that broke item delete
	notifications.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-12-06 10:05:34 -05:00
parent 9bae0c81ab
commit 76c8ca80c7
4 changed files with 41 additions and 31 deletions

View File

@@ -92,6 +92,7 @@ class RDPodcast
void SetRow(const QString &param,const QDateTime &datetime,
const QString &value) const;
QString podcast_keyname;
unsigned podcast_feed_id;
unsigned podcast_id;
RDConfig *podcast_config;
};