mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 19:31:43 +02:00
Fix some TODOs
This commit is contained in:
parent
775fd21f32
commit
fce34d82c8
3 changed files with 14 additions and 9 deletions
|
@ -221,10 +221,6 @@ int main(int argc, char* argv[])
|
|||
else
|
||||
throw SnapException("Invalid log sink: " + settings.logging.sink);
|
||||
|
||||
// TODO: op vs conf
|
||||
for (const auto& opt : conf.unknown_options())
|
||||
LOG(WARNING) << "unknown configuration option: " << opt << "\n";
|
||||
|
||||
if (!streamValue->is_set())
|
||||
settings.stream.pcmStreams.push_back(streamValue->value());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue