mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-26 22:47:07 +02:00
bump version 0.10.0
This commit is contained in:
parent
c14157768e
commit
835127b18d
9 changed files with 31 additions and 16 deletions
|
@ -378,7 +378,6 @@ void StreamServer::start()
|
|||
|
||||
streamManager_.reset(new StreamManager(this, settings_.sampleFormat, settings_.codec, settings_.streamReadMs));
|
||||
// throw SnapException("xxx");
|
||||
//TODO: check uniqueness of the stream
|
||||
for (const auto& streamUri: settings_.pcmStreams)
|
||||
{
|
||||
PcmStreamPtr stream = streamManager_->addStream(streamUri);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue