diff --git a/src/views/GoTV/useTwitchIntegration.ts b/src/views/GoTV/useTwitchIntegration.ts index c11b9b8da8..9460474c26 100644 --- a/src/views/GoTV/useTwitchIntegration.ts +++ b/src/views/GoTV/useTwitchIntegration.ts @@ -20,7 +20,7 @@ import { usePreference } from "preferences"; // Client ID will need to be the OGS client ID, probably from environment variable? // Redirect URI also needs to match the allowed redirect URIs in the console at dev.twitch.tv -const TWITCH_CLIENT_ID = "z00yx3qzdzkh10c6nxku6tqm1pxrgv"; // cspell:disable-line +const TWITCH_CLIENT_ID = "xvy1fywrxk9si1l88ba4otjo239ho8"; // cspell:disable-line const REDIRECT_URI = `${window.location.protocol}//${window.location.host}/settings/gotv`; export interface FollowedChannel {