Properly force https for the FrankerFaceZ api

This commit is contained in:
Rasmus Karlsson 2018-04-16 22:51:30 +02:00
parent 5e9500266e
commit ea691635a1

View file

@ -51,7 +51,7 @@ QString GetFFZEmoteLink(const QJsonObject &urls, const QString &emoteScale)
assert(emote.isString()); assert(emote.isString());
return "http:" + emote.toString(); return "https:" + emote.toString();
} }
void FillInFFZEmoteData(const QJsonObject &urls, const QString &code, const QString &tooltip, void FillInFFZEmoteData(const QJsonObject &urls, const QString &code, const QString &tooltip,