Fix popout player url (#1730)
* Update TwitchChannel.cpp * Reformatting forsenY * fixed other things * xd * Update TwitchChannel.cpp
This commit is contained in:
@@ -134,7 +134,9 @@ public:
|
||||
case ToastReaction::OpenInPlayer:
|
||||
if (platform_ == Platform::Twitch)
|
||||
{
|
||||
link = "https://player.twitch.tv/?channel=" + channelName_;
|
||||
link =
|
||||
"https://player.twitch.tv/?parent=twitch.tv&channel=" +
|
||||
channelName_;
|
||||
}
|
||||
QDesktopServices::openUrl(QUrl(link));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user