fixed switch channel popup

This commit is contained in:
daniel
2017-01-16 18:42:32 -05:00
parent 91e3976a09
commit 670d25342d
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "resources.h"
QString Emotes::m_twitchEmoteTemplate(
"http://static-cdn.jtvnw.net/emoticons/v1/{id}/{scale}.0");
"https://static-cdn.jtvnw.net/emoticons/v1/{id}/{scale}.0");
ConcurrentMap<QString, TwitchEmoteValue *> Emotes::m_twitchEmotes;
ConcurrentMap<QString, LazyLoadedImage *> Emotes::m_bttvEmotes;