2023-07-28 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdcastmanager(1) where changes to podcast metadata
	would fail to be reflected in the feed list.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-07-28 17:36:50 -04:00
parent c647c699f9
commit 922dd0203f
3 changed files with 78 additions and 37 deletions

View File

@@ -75,9 +75,12 @@ class RDFeedListModel : public QAbstractItemModel
protected:
void updateModel(const QString &filter_sql);
void updateRowLine(int line);
void updateFeedLine(int line);
void updateCastLine(int feed_line,int cast_line);
void updateCastRow(int feed_line,int cast_line,RDSqlQuery *q,int q_offset);
void updateRow(int row,RDSqlQuery *q);
QString sqlFields() const;
QString castSqlFields() const;
private:
QByteArray DumpIndex(const QModelIndex &index,const QString &caption="") const;