update subscribe url

This commit is contained in:
Rasmus Karlsson 2017-12-28 17:50:28 +01:00
parent 307dc16d79
commit 091e7b9dbe

View file

@ -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)