mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2017-08-31 Fred Gleason <fredg@paravelsystems.com>
* Modified web client components to use a distinctive http USER_AGENT string.
This commit is contained in:
@@ -232,7 +232,7 @@ void ListFeeds::deleteData()
|
||||
default:
|
||||
break;
|
||||
}
|
||||
feed=new RDFeed(feedname);
|
||||
feed=new RDFeed(feedname,admin_config);
|
||||
|
||||
//
|
||||
// Delete Casts
|
||||
@@ -251,7 +251,7 @@ void ListFeeds::deleteData()
|
||||
while(q->next()) {
|
||||
pd->setProgress(pd->progress()+1);
|
||||
qApp->processEvents();
|
||||
cast=new RDPodcast(q->value(0).toUInt());
|
||||
cast=new RDPodcast(admin_config,q->value(0).toUInt());
|
||||
cast->removeAudio(feed,&errs,admin_config->logXloadDebugData());
|
||||
delete cast;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user