mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 12:21:43 +02:00
replaced MapMessage with JsonMessage
This commit is contained in:
parent
8a69a9c971
commit
efb592d495
31 changed files with 200 additions and 244 deletions
|
@ -68,7 +68,7 @@ private:
|
|||
std::unique_ptr<Decoder> decoder_;
|
||||
std::unique_ptr<Player> player_;
|
||||
std::shared_ptr<msg::ServerSettings> serverSettings_;
|
||||
std::shared_ptr<msg::Header> headerChunk_;
|
||||
std::shared_ptr<msg::CodecHeader> headerChunk_;
|
||||
std::mutex receiveMutex_;
|
||||
|
||||
std::string exception_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue