mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-07-03 Fred Gleason <fredg@paravelsystems.com>
* Dropped the 'FEEDS.AUDIENCE_METRICS' field from the database. * Dropped the 'FEEDS.KEEP_METADATA' field from the database. * Dropped the 'FEEDS.MEDIA_LINK_MODE' field from the database. * Dropped the 'FEEDS.REDIRECT_PATH' field from the database. * Dropped the 'CAST_DOWNLOADS' table from the database. * Incremented the database version to 328. * Removed support for dynamically generated RSS feed metadata. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -49,7 +49,6 @@ class EditCast : public RDDialog
|
||||
void expirationSelectedData(int state);
|
||||
void effectiveSelectData();
|
||||
void expirationSelectData();
|
||||
void reportData();
|
||||
void okData();
|
||||
void cancelData();
|
||||
|
||||
@@ -59,8 +58,6 @@ class EditCast : public RDDialog
|
||||
private:
|
||||
RDFeed *cast_feed;
|
||||
RDPodcast *cast_cast;
|
||||
QLabel *cast_item_medialink_label;
|
||||
QLineEdit *cast_item_medialink_edit;
|
||||
QLabel *cast_item_title_label;
|
||||
QLineEdit *cast_item_title_edit;
|
||||
QLabel *cast_item_author_label;
|
||||
@@ -93,7 +90,6 @@ class EditCast : public RDDialog
|
||||
QDateTimeEdit *cast_item_effective_edit;
|
||||
QPushButton *cast_item_effective_button;
|
||||
QButtonGroup *cast_item_status_group;
|
||||
QPushButton *cast_report_button;
|
||||
QPushButton *cast_ok_button;
|
||||
QPushButton *cast_cancel_button;
|
||||
RDPodcast::Status cast_status;
|
||||
|
Reference in New Issue
Block a user