mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-04-25 23:43:48 +02:00
2020-06-30 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDFeed::publicUrl()' static method. * Added a 'Public URL' column in the 'List Feeds' dialog in rdadmin(1). * Removed the 'Superfeed' and 'Description' columns from the main window of rdcastmanager(1). * Added a 'Public URL' column and a 'Copy URL to Clipboard' button to the main window of rdcastmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1664,6 +1664,12 @@ QString RDFeed::imageFilename(int feed_id,int img_id,const QString &ext)
|
||||
}
|
||||
|
||||
|
||||
QString RDFeed::publicUrl(const QString &base_url,const QString &keyname)
|
||||
{
|
||||
return base_url+"/"+keyname+"."+RD_RSS_XML_FILE_EXTENSION;
|
||||
}
|
||||
|
||||
|
||||
unsigned RDFeed::CreateCast(QString *filename,int bytes,int msecs) const
|
||||
{
|
||||
QString sql;
|
||||
|
||||
Reference in New Issue
Block a user