renamed twitch api get functions

This commit is contained in:
fourtf
2018-06-26 17:12:50 +02:00
parent 54eb07e116
commit c74bc00106
6 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ void Split::doOpenViewerList()
}
auto loadingLabel = new QLabel("Loading...");
get("https://tmi.twitch.tv/group/user/" + this->getChannel()->name + "/chatters",
twitchApiGet("https://tmi.twitch.tv/group/user/" + this->getChannel()->name + "/chatters",
this, [=](QJsonObject obj) {
QJsonObject chattersObj = obj.value("chatters").toObject();