mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-01 06:33:56 +01: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:
@@ -813,6 +813,7 @@ void MainObject::ServeEditCast(int cast_id)
|
||||
//
|
||||
// Media Link
|
||||
//
|
||||
/*
|
||||
if(feed->mediaLinkMode()!=RDFeed::LinkNone) {
|
||||
printf("<tr>\n");
|
||||
printf("<td align=\"right\" bgcolor=\"%s\">Media Link:</td>\n",
|
||||
@@ -828,7 +829,7 @@ void MainObject::ServeEditCast(int cast_id)
|
||||
printf("<td colspan=\"3\"> </td>\n");
|
||||
printf("</tr>\n");
|
||||
}
|
||||
|
||||
*/
|
||||
//
|
||||
// Cast Data
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user