mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-02 09:17:44 +02:00
made serversettings local
This commit is contained in:
parent
68b33c34b8
commit
a484ff1b2d
3 changed files with 24 additions and 14 deletions
|
@ -212,6 +212,8 @@ void Controller::worker()
|
|||
logS(kLogErr) << "Exception in Controller::worker(): " << e.what() << endl;
|
||||
logO << "Stopping clientConnection" << endl;
|
||||
clientConnection_->stop();
|
||||
if (player_ != nullptr)
|
||||
player_->stop();
|
||||
logO << "Deleting stream" << endl;
|
||||
if (stream_ != NULL)
|
||||
delete stream_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue