mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-18 11:36:14 +02:00
Fix compile error
This commit is contained in:
parent
fc07aa83f6
commit
4e5e54fd4d
2 changed files with 7 additions and 7 deletions
|
@ -61,7 +61,7 @@ std::unique_ptr<Player> Controller::createPlayer(ClientSettings::Player& setting
|
|||
if (settings.player_name.empty() || settings.player_name == player_name)
|
||||
{
|
||||
settings.player_name = player_name;
|
||||
return make_unique<AlsaPlayer>(io_context_, settings, stream_);
|
||||
return make_unique<PlayerType>(io_context_, settings, stream_);
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue