mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-20 18:07:34 +02:00
Use HTTPS, support for HTTP missing
This commit is contained in:
parent
f7bd5e733f
commit
a796bb2032
14 changed files with 121 additions and 54 deletions
|
@ -871,7 +871,7 @@ void Server::start()
|
|||
{
|
||||
try
|
||||
{
|
||||
controlServer_ = std::make_unique<ControlServer>(io_context_, settings_.tcp, settings_.http, this);
|
||||
controlServer_ = std::make_unique<ControlServer>(io_context_, settings_, this);
|
||||
streamServer_ = std::make_unique<StreamServer>(io_context_, settings_, this);
|
||||
streamManager_ = std::make_unique<StreamManager>(this, io_context_, settings_);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue