diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index c520c50a008..da0e5152750 100644 --- a/src/providers/twitch/TwitchChannel.cpp +++ b/src/providers/twitch/TwitchChannel.cpp @@ -2037,7 +2037,7 @@ void TwitchChannel::upsertPersonalSeventvEmotes( const auto flush = [&]() { elements.emplace_back(std::make_unique( std::move(words), textElement->getFlags(), textElement->color(), - textElement->style())); + textElement->fontStyle())); words.clear(); };