Remove StreamTags message

This commit is contained in:
badaix 2023-01-31 09:27:47 +01:00
parent 97e84f31f6
commit a3cd985e22
6 changed files with 3 additions and 115 deletions

View file

@ -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";