mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-24 14:20:24 +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:
@@ -1437,7 +1437,7 @@ void MainObject::DeleteCast()
|
||||
|
||||
RDFeed *feed=new RDFeed(cast_feed_id,rda->config());
|
||||
RDPodcast *cast=new RDPodcast(rda->config(),cast_cast_id);
|
||||
cast->removeAudio(feed,&errs,rda->config()->logXloadDebugData());
|
||||
cast->dropAudio(feed,&errs,rda->config()->logXloadDebugData());
|
||||
delete cast;
|
||||
delete feed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user