Payload changes YUCK YUCK YUCK!

This commit is contained in:
nutty
2026-08-24 06:45:49 +10:00
parent e7d702c4c3
commit 66ae6e10a7
+1 -1
View File
@@ -146,7 +146,7 @@ client.on('Twitch.UpcomingAd', (response) => {
///////////////////// /////////////////////
function TwitchAdRun(data) { function TwitchAdRun(data) {
const duration = data.length_seconds; const duration = data.lengthSeconds ?? data.length_seconds;
// Unset the upcoming ad countdown warning // Unset the upcoming ad countdown warning
upcomingAdWarningStartDelay = null; upcomingAdWarningStartDelay = null;