From d2352288f2268f51fbb52e85b85406fd36e1a0e4 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 7 Jan 2025 15:53:16 +0000 Subject: [PATCH] Added ad break redemptions --- app/(protected)/settings/redemptions/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/(protected)/settings/redemptions/page.tsx b/app/(protected)/settings/redemptions/page.tsx index 19cb45b..6d99b27 100644 --- a/app/(protected)/settings/redemptions/page.tsx +++ b/app/(protected)/settings/redemptions/page.tsx @@ -19,8 +19,12 @@ const obsTransformations = [ const customTwitchRedemptions = [ { - id: 'adbreak', - title: 'Adbreak (TTS redemption)' + id: 'adbreak_begin', + title: 'Adbreak Begin (TTS redemption)' + }, + { + id: 'adbreak_end', + title: 'Adbreak End (TTS redemption)' }, { id: 'follow',