mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed typo in reload emotes log
This commit is contained in:
parent
300852bbf5
commit
4e055c0fb4
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void FfzEmotes::loadEmotes()
|
||||||
void FfzEmotes::loadChannel(const QString &channelName,
|
void FfzEmotes::loadChannel(const QString &channelName,
|
||||||
std::function<void(EmoteMap &&)> callback)
|
std::function<void(EmoteMap &&)> callback)
|
||||||
{
|
{
|
||||||
log("[FFZEmotes] Reload FFZ Channel Emotes for channel %s\n", channelName);
|
log("[FFZEmotes] Reload FFZ Channel Emotes for channel {}\n", channelName);
|
||||||
|
|
||||||
NetworkRequest request("https://api.frankerfacez.com/v1/room/" +
|
NetworkRequest request("https://api.frankerfacez.com/v1/room/" +
|
||||||
channelName);
|
channelName);
|
||||||
|
|
Loading…
Reference in a new issue