mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2020-09-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'PostPodcast' method to the Web API. * Added a 'RemovePodcast' method to the Web API. * Added a 'PostRss' method to the Web API. * Added a 'RemoveRss' method to the Web API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -148,7 +148,7 @@ void MainObject::ProcessFeed(const QString &key_name)
|
||||
bool deleted=false;
|
||||
if(q->value(1).toDateTime()<now) { // Delete expired cast
|
||||
RDPodcast *cast=new RDPodcast(rda->config(),q->value(0).toUInt());
|
||||
if(!cast->removeAudio(feed,&err_msg,false)) {
|
||||
if(!cast->dropAudio(feed,&err_msg,false)) {
|
||||
rda->syslog(LOG_WARNING,
|
||||
"audio purge failed for cast %u [%s] on feed \"%s\" [%s]",
|
||||
q->value(0).toUInt(),
|
||||
|
||||
Reference in New Issue
Block a user