Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion websites/T/Twitch/Twitch.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
},
"twitch.modStreamer": {
"description": "",
"message": "Moderating streamer:"
"message": "Moderating streamer"
},
"twitch.moderationSettings": {
"description": "Part 2 of the string: \"Viewing their\"",
Expand Down
2 changes: 1 addition & 1 deletion websites/T/Twitch/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"status.twitch.tv"
],
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*twitch[.]tv[/]",
"version": "3.5.2",
"version": "3.5.3",
"logo": "https://cdn.rcd.gg/PreMiD/websites/T/Twitch/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/T/Twitch/assets/thumbnail.png",
"color": "#9146FF",
Expand Down
3 changes: 2 additions & 1 deletion websites/T/Twitch/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ presence.on('UpdateData', async () => {
streamerinfo = getElement('.stream-info-card p > a')
}

presenceData.state = streamerinfo
if (!privacy)
presenceData.state = streamerinfo

if (getElement('.modview-dock-widget p') !== 'Offline') {
presenceData.smallImageKey = Assets.Live
Expand Down
Loading