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:
Fred Gleason
2020-09-22 15:20:01 -04:00
parent 5349a8e853
commit 5a549b7866
34 changed files with 1163 additions and 281 deletions

View File

@@ -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(),