Fix wrong format syntax
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user