mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-31 01:46:16 +02:00
Make audio backend "file" configurable
This commit is contained in:
parent
db5482b0fb
commit
541d803452
14 changed files with 112 additions and 15 deletions
|
@ -153,7 +153,7 @@ const PcmStreamPtr StreamManager::getDefaultStream()
|
|||
if (streams_.empty())
|
||||
return nullptr;
|
||||
|
||||
for (const auto stream: streams_)
|
||||
for (const auto stream : streams_)
|
||||
{
|
||||
if (stream->getCodec() != "null")
|
||||
return stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue