Use https for the frankerfacez api

This commit is contained in:
Rasmus Karlsson 2018-04-14 15:07:20 +02:00
parent 1654130dbc
commit 8272b0184d

View file

@ -157,7 +157,7 @@ void EmoteManager::reloadFFZChannelEmotes(const QString &channelName,
{ {
printf("[EmoteManager] Reload FFZ Channel Emotes for channel %s\n", qPrintable(channelName)); printf("[EmoteManager] Reload FFZ Channel Emotes for channel %s\n", qPrintable(channelName));
QString url("http://api.frankerfacez.com/v1/room/" + channelName); QString url("https://api.frankerfacez.com/v1/room/" + channelName);
util::NetworkRequest req(url); util::NetworkRequest req(url);
req.setCaller(QThread::currentThread()); req.setCaller(QThread::currentThread());