mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 08:06:41 +02:00
Rename experimental.tcp to tcp
This commit is contained in:
parent
fd616956cb
commit
3cb9902bbe
4 changed files with 14 additions and 2 deletions
|
@ -79,7 +79,7 @@ PcmStreamPtr StreamManager::addStream(const std::string& uri)
|
|||
{
|
||||
stream = make_shared<AirplayStream>(pcmListener_, ioc_, streamUri);
|
||||
}
|
||||
else if (streamUri.scheme == "experimental.tcp")
|
||||
else if (streamUri.scheme == "tcp")
|
||||
{
|
||||
stream = make_shared<TcpStream>(pcmListener_, ioc_, streamUri);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue