mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-07-12 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Edit Upload' dialog in rdcatch(1) to disable the 'Url', 'Username', 'Password' and 'Export Format' controls when an RSS feed is selected. * Added the feed icon to the 'RSS Feed' column in the record list display in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -671,7 +671,7 @@ QString RDRecording::feedKeyName() const
|
||||
feedId());
|
||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||
if(q->first()) {
|
||||
QString ret=q->value(0).toString();
|
||||
ret=q->value(0).toString();
|
||||
}
|
||||
delete q;
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user