mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2021-08-25 Fred Gleason <fredg@paravelsystems.com>
* Added a 'SuppressMusicImportLinks=' directive to the [Hacks] section of rd.conf(5). Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
This commit is contained in:
@@ -100,6 +100,7 @@ class RDConfig
|
||||
QString jackPort(int num,int endpt) const;
|
||||
bool disableMaintChecks() const;
|
||||
bool lockRdairplayMemory() const;
|
||||
bool suppressMusicImportLinks() const;
|
||||
int meterBasePort() const;
|
||||
int meterPortRange() const;
|
||||
bool enableMixerLogging() const;
|
||||
@@ -172,6 +173,7 @@ class RDConfig
|
||||
QString conf_http_user_agent;
|
||||
bool conf_disable_maint_checks;
|
||||
bool conf_lock_rdairplay_memory;
|
||||
bool conf_suppress_music_import_links;
|
||||
int conf_meter_base_port;
|
||||
int conf_meter_port_range;
|
||||
std::vector<QString> conf_jack_ports[2];
|
||||
|
Reference in New Issue
Block a user