diff --git a/websites/T/Twitch/Twitch.json b/websites/T/Twitch/Twitch.json index 573e8e2b0fb5..7d8089a9b181 100644 --- a/websites/T/Twitch/Twitch.json +++ b/websites/T/Twitch/Twitch.json @@ -181,7 +181,7 @@ }, "twitch.modStreamer": { "description": "", - "message": "Moderating streamer:" + "message": "Moderating streamer" }, "twitch.moderationSettings": { "description": "Part 2 of the string: \"Viewing their\"", diff --git a/websites/T/Twitch/metadata.json b/websites/T/Twitch/metadata.json index 9ecf5e7ccf43..74299ee5835e 100644 --- a/websites/T/Twitch/metadata.json +++ b/websites/T/Twitch/metadata.json @@ -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", diff --git a/websites/T/Twitch/presence.ts b/websites/T/Twitch/presence.ts index 2b1c7ae75a38..16db72648a2f 100644 --- a/websites/T/Twitch/presence.ts +++ b/websites/T/Twitch/presence.ts @@ -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