mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-01 06:33:56 +01:00
2020-02-23 Fred Gleason <fredg@paravelsystems.com>
* Implemented superfeed in 'rdfeed.xml'.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user