mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2017-08-31 Fred Gleason <fredg@paravelsystems.com>
* Modified web client components to use a distinctive http USER_AGENT string.
This commit is contained in:
@@ -224,8 +224,10 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
// Load Local Configs
|
||||
//
|
||||
air_config=new RDConfig();
|
||||
air_config=new RDConfig(RD_CONF_FILE);
|
||||
air_config->load();
|
||||
air_config->setModuleName("RDAirPlay");
|
||||
|
||||
logfile=air_config->airplayLogname();
|
||||
|
||||
str=QString("RDAirPlay")+" v"+VERSION+" - "+tr("Host:");
|
||||
|
||||
Reference in New Issue
Block a user