mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix missing option name in last commit
This commit is contained in:
@@ -84,7 +84,7 @@ Configuration::Configuration(const fs::path& config_path,
|
|||||||
if (const auto parsed_value = value.as_string()) {
|
if (const auto parsed_value = value.as_string()) {
|
||||||
group = parsed_value->get();
|
group = parsed_value->get();
|
||||||
} else {
|
} else {
|
||||||
invalid_options.emplace_back(std::string());
|
invalid_options.emplace_back(key);
|
||||||
}
|
}
|
||||||
} else if (key == "disable_pipes") {
|
} else if (key == "disable_pipes") {
|
||||||
// This option can be either enabled or disable with a boolean,
|
// This option can be either enabled or disable with a boolean,
|
||||||
|
|||||||
Reference in New Issue
Block a user