mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
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:
@@ -92,6 +92,7 @@ class RDPodcast
|
||||
void SetRow(const QString ¶m,const QDateTime &datetime,
|
||||
const QString &value) const;
|
||||
QString podcast_keyname;
|
||||
unsigned podcast_feed_id;
|
||||
unsigned podcast_id;
|
||||
RDConfig *podcast_config;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user