mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-08-08 Fred Gleason <fredg@paravelsystems.com>
* Added a 'PODCASTS.ORIGIN_LOGIN_NAME' field to the database. * Added a 'PODCASTS.ORIGIN_STATION' field to the database. * Incremented the database version to 330. * Changed the 'Origin' column to 'Start' in the 'Podcast Item List' dialog in rdcastmanager(1). * Added a 'Posted By' column to the 'Podcast Item List' dialog in rdcastmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -54,6 +54,10 @@ class RDPodcast
|
||||
void setItemSourceText(const QString &str) const;
|
||||
QString itemSourceUrl() const;
|
||||
void setItemSourceUrl(const QString &str) const;
|
||||
QString originLoginName() const;
|
||||
void setOriginLoginName(const QString &str) const;
|
||||
QString originStation() const;
|
||||
void setOriginStation(const QString &str) const;
|
||||
QDateTime originDateTime() const;
|
||||
void setOriginDateTime(const QDateTime &datetime) const;
|
||||
QDateTime effectiveDateTime() const;
|
||||
|
Reference in New Issue
Block a user