mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2020-03-10 Fred Gleason <fredg@paravelsystems.com>
* Added a '%FEED_URL%' variable to the channel and item data resolver for RSS feeds. * Added an '<atom:link>' tag to the XML templates for RSS feeds.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
|
||||
#include <qmessagebox.h>
|
||||
#include <qradiobutton.h>
|
||||
|
||||
#include <rdconf.h>
|
||||
@@ -448,7 +449,8 @@ void EditCast::okData()
|
||||
setLastBuildDateTime(RDLocalToUtc(QDateTime(QDate::currentDate(),
|
||||
QTime::currentTime())));
|
||||
|
||||
if(!cast_feed->postXml(&err_msg)) {
|
||||
if(!cast_feed->postXmlConditional("RDCastManager",this)) {
|
||||
return;
|
||||
}
|
||||
done(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user