From 091e7b9dbe2408b239a855ac33212e78f5c1726a Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Thu, 28 Dec 2017 17:50:28 +0100 Subject: [PATCH] update subscribe url --- src/twitch/twitchchannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twitch/twitchchannel.cpp b/src/twitch/twitchchannel.cpp index 9fef671e3..ddf8b8cba 100644 --- a/src/twitch/twitchchannel.cpp +++ b/src/twitch/twitchchannel.cpp @@ -14,7 +14,7 @@ TwitchChannel::TwitchChannel(IrcManager &ircManager, const QString &channelName, , ircManager(ircManager) , bttvChannelEmotes(new EmoteMap) , ffzChannelEmotes(new EmoteMap) - , subscriptionURL("https://www.twitch.tv/" + name + "/subscribe?ref=in_chat_subscriber_link") + , subscriptionURL("https://www.twitch.tv/subs/" + name) , channelURL("https://twitch.tv/" + name) , popoutPlayerURL("https://player.twitch.tv/?channel=" + name) , isLive(false)