diff --git a/src/singletons/emotemanager.cpp b/src/singletons/emotemanager.cpp index c7a7a932c..b1efd5b83 100644 --- a/src/singletons/emotemanager.cpp +++ b/src/singletons/emotemanager.cpp @@ -157,7 +157,7 @@ void EmoteManager::reloadFFZChannelEmotes(const QString &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); req.setCaller(QThread::currentThread());