mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2023-02-15 Fred Gleason <fredg@paravelsystems.com>
* Modified the podcasting system to sort items in the XML feed on the basis of the 'Air Date/Time' rather than the 'Posted By' datetime. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Abstract a Rivendell RSS Feed
|
||||
//
|
||||
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -102,8 +102,8 @@ class RDFeed : public QObject
|
||||
QString itemXml() const;
|
||||
void setItemXml(const QString &str);
|
||||
QString feedUrl() const;
|
||||
bool castOrder() const;
|
||||
void setCastOrder(bool state) const;
|
||||
bool castOrderIsAscending() const;
|
||||
void setCastOrderIsAscending(bool state) const;
|
||||
int maxShelfLife() const;
|
||||
void setMaxShelfLife(int days);
|
||||
QDateTime lastBuildDateTime() const;
|
||||
|
Reference in New Issue
Block a user