Skip to content

Commit

Permalink
Merge pull request #241 from ahrekul/patch-1
Browse files Browse the repository at this point in the history
#243 Add parent attribute for twitch player
  • Loading branch information
Ndragomirov committed Jun 13, 2020
2 parents 50441b9 + 6ce1aa2 commit 1f987ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@
getStreamURL: function (type) {
type = type || settings.get("openStreamIn").get("value");
if (type == "html5") {
return "http://player.twitch.tv/?channel=" + this.get("channel").name + "&html5";
return "http://player.twitch.tv/?channel=" + this.get("channel").name + "&html5" + "&parent=twitch-now";
}
var links = {
theatrelayout: "/ID?mode=theatre",
Expand Down

0 comments on commit 1f987ed

Please sign in to comment.