diff --git a/src/providers/bttv/BttvEmotes.cpp b/src/providers/bttv/BttvEmotes.cpp index 1c1f757c0..8252ffe37 100644 --- a/src/providers/bttv/BttvEmotes.cpp +++ b/src/providers/bttv/BttvEmotes.cpp @@ -24,7 +24,6 @@ void BTTVEmotes::loadGlobalEmotes() NetworkRequest request(url); request.setCaller(QThread::currentThread()); request.setTimeout(30000); - request.setUseQuickLoadCache(true); request.onSuccess([this](auto result) { auto root = result.parseJson(); auto emotes = root.value("emotes").toArray(); @@ -68,7 +67,6 @@ void BTTVEmotes::loadChannelEmotes(const QString &channelName, std::weak_ptr