mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 16:16:42 +02:00
rename spotify to librespot
This commit is contained in:
parent
7fda592d13
commit
08a0def6c5
4 changed files with 12 additions and 12 deletions
|
@ -69,9 +69,9 @@ PcmStreamPtr StreamManager::addStream(const std::string& uri)
|
|||
{
|
||||
stream = make_shared<ProcessStream>(pcmListener_, streamUri);
|
||||
}
|
||||
else if (streamUri.scheme == "spotify")
|
||||
else if ((streamUri.scheme == "spotify") || (streamUri.scheme == "librespot"))
|
||||
{
|
||||
stream = make_shared<SpotifyStream>(pcmListener_, streamUri);
|
||||
stream = make_shared<LibrespotStream>(pcmListener_, streamUri);
|
||||
}
|
||||
else if (streamUri.scheme == "airplay")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue