diff --git a/plugins/rtmp-services/twitch.c b/plugins/rtmp-services/twitch.c index baf96f696..d4fe7bd17 100644 --- a/plugins/rtmp-services/twitch.c +++ b/plugins/rtmp-services/twitch.c @@ -169,7 +169,7 @@ void twitch_ingests_refresh(int seconds) twitch_update_info = update_info_create_single( "[twitch ingest update] ", get_module_name(), - "https://ingest.twitch.tv/api/v2/ingests", + "https://ingest.twitch.tv/ingests", twitch_ingest_update, NULL); }