mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02: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:
@@ -390,10 +390,9 @@ void ListCasts::deleteData()
|
||||
sleep(1);
|
||||
qApp->processEvents();
|
||||
RDPodcast *cast=new RDPodcast(rda->config(),item->id());
|
||||
if(!cast->removeAudio(list_feed,&err_text,
|
||||
rda->config()->logXloadDebugData())) {
|
||||
if(!cast->dropAudio(list_feed,&err_text,rda->config()->logXloadDebugData())) {
|
||||
if(QMessageBox::warning(this,"RDCastManager - "+tr("Remote Error"),
|
||||
tr("Unable to delete remote audio!\n")+
|
||||
tr("Unable to drop remote audio!\n")+
|
||||
tr("The server said: \"")+err_text+"\".\n\n"+
|
||||
tr("Continue deleting cast?"),
|
||||
QMessageBox::Yes,QMessageBox::No)==QMessageBox::No) {
|
||||
|
Reference in New Issue
Block a user