mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-15 23:21:14 +02:00
2021-09-16 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDAIRPLAY.LOGO_PATH' field to the database. * Incremented the database version to 355. * Added 'RDAirPlayConf::logoPath()' and 'RDAirPlayConf::setLogoPath()' methods. * Added a 'Logo Image' control to the 'Configure RDAirPlay' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -736,6 +736,18 @@ void RDAirPlayConf::setSkinPath(const QString &path) const
|
||||
}
|
||||
|
||||
|
||||
QString RDAirPlayConf::logoPath() const
|
||||
{
|
||||
return RDGetSqlValue(air_tablename,"ID",air_id,"LOGO_PATH").toString();
|
||||
}
|
||||
|
||||
|
||||
void RDAirPlayConf::setLogoPath(const QString &path) const
|
||||
{
|
||||
SetRow("LOGO_PATH",path);
|
||||
}
|
||||
|
||||
|
||||
bool RDAirPlayConf::showCounters() const
|
||||
{
|
||||
return RDBool(RDGetSqlValue(air_tablename,"ID",air_id,"SHOW_COUNTERS").
|
||||
|
Reference in New Issue
Block a user