浏览代码

rtmp-services: Use official Twitch endpoint to fetch ingests

Matt Gajownik 4 年之前
父节点
当前提交
84fb6fc744
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/rtmp-services/twitch.c

+ 1 - 1
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);
 	}