mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-14 16:51:43 +02:00
Remove MetadataAdapter
This commit is contained in:
parent
afa8c118f6
commit
f8e4e60f2f
7 changed files with 38 additions and 123 deletions
|
@ -44,7 +44,7 @@ class Controller
|
|||
{
|
||||
public:
|
||||
/// c'tor
|
||||
Controller(boost::asio::io_context& io_context, const ClientSettings& settings); //, std::unique_ptr<MetadataAdapter> meta);
|
||||
Controller(boost::asio::io_context& io_context, const ClientSettings& settings);
|
||||
/// Start thw work
|
||||
void start();
|
||||
// void stop();
|
||||
|
@ -74,7 +74,6 @@ private:
|
|||
std::shared_ptr<Stream> stream_;
|
||||
std::unique_ptr<decoder::Decoder> decoder_;
|
||||
std::unique_ptr<player::Player> player_;
|
||||
// std::unique_ptr<MetadataAdapter> meta_;
|
||||
std::unique_ptr<msg::ServerSettings> serverSettings_;
|
||||
std::unique_ptr<msg::CodecHeader> headerChunk_;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue