2020-02-23 Fred Gleason <fredg@paravelsystems.com>

* Implemented superfeed in 'rdfeed.xml'.
This commit is contained in:
Fred Gleason
2020-02-23 17:24:48 -05:00
parent a2f571f759
commit 4f6c0eb2c9
30 changed files with 345 additions and 145 deletions

View File

@@ -560,7 +560,7 @@ void MainObject::ServeListCasts()
"ITEM_CATEGORY,"+ // 05
"AUDIO_TIME "+ // 06
"from PODCASTS "+
RDCastSearch(cast_feed_id,filter,unexp_only,active_only)+
RDCastSearch(cast_key_name,false,filter,unexp_only,active_only)+
" order by ORIGIN_DATETIME desc";
q=new RDSqlQuery(sql);
while(q->next()) {