mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-29 08:43:58 +01:00
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:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user