mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-24 14:36:15 +02:00
Remove StreamTags message
This commit is contained in:
parent
97e84f31f6
commit
a3cd985e22
6 changed files with 3 additions and 115 deletions
|
@ -259,14 +259,6 @@ void Controller::getNextMessage()
|
|||
player_->setVolume(serverSettings_->getVolume() / 100., serverSettings_->isMuted());
|
||||
// }
|
||||
}
|
||||
// else if (response->type == message_type::kStreamTags)
|
||||
// {
|
||||
// if (meta_)
|
||||
// {
|
||||
// auto stream_tags = msg::message_cast<msg::StreamTags>(std::move(response));
|
||||
// meta_->push(stream_tags->msg);
|
||||
// }
|
||||
// }
|
||||
else
|
||||
{
|
||||
LOG(WARNING, LOG_TAG) << "Unexpected message received, type: " << response->type << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue