Skip to content

Commit ed12814

Browse files
committed
feat(popup): change Twitch game links to game page not game videos page
1 parent 5eeb8a2 commit ed12814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ const renderGroupVideo = (group, video) => {
237237
// Fallback to Twitch gaming if there is a `game.name`,
238238
// but no `game.url` or `game.thumbnail`.
239239
const url = game.url || 'https://www.twitch.tv/directory/game/' +
240-
encodeURIComponent(game.name) + '/videos/week';
240+
encodeURIComponent(game.name) + '/';
241241
const image = game.image ||
242242
'http://static-cdn.jtvnw.net/ttv-boxart/' +
243243
encodeURIComponent(game.name) + '-138x190.jpg';

0 commit comments

Comments
 (0)