Fix popout player url (#1730)

* Update TwitchChannel.cpp

* Reformatting forsenY

* fixed other things

* xd

* Update TwitchChannel.cpp
This commit is contained in:
alazymeme
2020-06-13 03:44:05 +10:00
committed by GitHub
parent 39cc421f95
commit f3f8b2d024
4 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -85,7 +85,8 @@ TwitchChannel::TwitchChannel(const QString &name,
, ChannelChatters(*static_cast<Channel *>(this))
, subscriptionUrl_("https://www.twitch.tv/subs/" + name)
, channelUrl_("https://twitch.tv/" + name)
, popoutPlayerUrl_("https://player.twitch.tv/?channel=" + name)
, popoutPlayerUrl_("https://player.twitch.tv/?parent=twitch.tv&channel=" +
name)
, globalTwitchBadges_(globalTwitchBadges)
, globalBttv_(bttv)
, globalFfz_(ffz)