Skip to content

Commit

Permalink
Merge pull request #471 from TrojanerHD/master
Browse files Browse the repository at this point in the history
Fixed issue #470
  • Loading branch information
Florian Metz committed Oct 14, 2019
2 parents c575d99 + 0f07dad commit 45c9155
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Twitch/dist/metadata.json
Expand Up @@ -13,7 +13,7 @@
"nl": "Twitch is 's werelds leider in live streaming platform voor gamers en de dingen waar we van houden. Kijk en chat nu met miljoenen andere fans van over de hele wereld."
},
"url": "www.twitch.tv",
"version": "1.3",
"version": "1.4",
"logo": "https://i.imgur.com/So7h3G0.png",
"thumbnail": "https://i.imgur.com/OAcBmwW.png",
"color": "#9146FF",
Expand Down
6 changes: 3 additions & 3 deletions Twitch/dist/presence.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Twitch/presence.ts
Expand Up @@ -36,12 +36,12 @@ presence.on('UpdateData', async () => {
live: {
label: document.querySelector('.player-streamstatus__label'),
title: document.querySelector('.tw-font-size-4.tw-line-height-body'),
streamer: document.querySelector('.tw-font-size-5.tw-nowrap'),
streamer: document.querySelector('.tw-font-size-5.tw-white-space-nowrap'),
host: document.querySelector('.tw-c-text-overlay.tw-strong')
},
video: {
title: document.querySelector('.tw-font-size-4.tw-strong'),
streamer: document.querySelector('.tw-font-size-5.tw-nowrap'),
streamer: document.querySelector('.tw-font-size-5.tw-white-space-nowrap'),
time: document.querySelector(
'div.player-seek__time-container > span:nth-child(1)'
),
Expand All @@ -51,7 +51,7 @@ presence.on('UpdateData', async () => {
},
clip: {
title: document.querySelector('.tw-font-size-4.tw-strong'),
streamer: document.querySelector('.tw-font-size-5.tw-nowrap')
streamer: document.querySelector('.tw-font-size-5.tw-white-space-nowrap')
}
};

Expand Down

0 comments on commit 45c9155

Please sign in to comment.