We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eeb8a2 commit ed12814Copy full SHA for ed12814
popup/popup.js
@@ -237,7 +237,7 @@ const renderGroupVideo = (group, video) => {
237
// Fallback to Twitch gaming if there is a `game.name`,
238
// but no `game.url` or `game.thumbnail`.
239
const url = game.url || 'https://www.twitch.tv/directory/game/' +
240
- encodeURIComponent(game.name) + '/videos/week';
+ encodeURIComponent(game.name) + '/';
241
const image = game.image ||
242
'http://static-cdn.jtvnw.net/ttv-boxart/' +
243
encodeURIComponent(game.name) + '-138x190.jpg';
0 commit comments