Fetch FFZ channel emotes with channel id instead of name
This commit is contained in:
@@ -663,7 +663,10 @@ void Split::reloadChannelAndSubscriberEmotes()
|
||||
auto channel = this->getChannel();
|
||||
|
||||
if (auto twitchChannel = dynamic_cast<TwitchChannel *>(channel.get()))
|
||||
twitchChannel->refreshChannelEmotes();
|
||||
{
|
||||
twitchChannel->refreshBTTVChannelEmotes();
|
||||
twitchChannel->refreshFFZChannelEmotes();
|
||||
}
|
||||
}
|
||||
|
||||
template <typename Iter, typename RandomGenerator>
|
||||
|
||||
Reference in New Issue
Block a user