2018-07-20 Fred Gleason <fredg@paravelsystems.com>

* Removed the Auxiliary Fields from the podcasting system.
	* Fixed a regression in the RDFeed system that caused segfaults
	when accessing channel XML.
This commit is contained in:
Fred Gleason
2018-07-20 13:04:44 -04:00
parent c2f11d76be
commit 0dc7a4e698
36 changed files with 222 additions and 2761 deletions

View File

@@ -38,8 +38,6 @@ class MainObject : public QObject
QString ResolveChannelWildcards(RDSqlQuery *chan_q);
QString ResolveItemWildcards(const QString &keyname,
RDSqlQuery *item_q,RDSqlQuery *chan_q);
QString ResolveAuxWildcards(QString xml,QString keyname,unsigned feed_id,
unsigned cast_id);
bool ShouldCount(const QString &hdr);
void Redirect(const QString &url);
};