Skip to content

Commit 22d078c

Browse files
authored
Update ShareClipRenderStatus query hash (#1556)
1 parent 3f553b1 commit 22d078c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TwitchDownloaderCore/TwitchHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public static async Task<GqlShareClipRenderStatusResponse> GetShareClipRenderSta
166166
{
167167
RequestUri = new Uri("https://gql.twitch.tv/gql"),
168168
Method = HttpMethod.Post,
169-
Content = new StringContent("{\"operationName\":\"ShareClipRenderStatus\",\"variables\":{\"slug\":\"" + clipId + "\"},\"extensions\":{\"persistedQuery\":{\"version\":1,\"sha256Hash\":\"f130048a462a0ac86bb54d653c968c514e9ab9ca94db52368c1179e97b0f16eb\"}}}", Encoding.UTF8, "application/json")
169+
Content = new StringContent("{\"operationName\":\"ShareClipRenderStatus\",\"variables\":{\"slug\":\"" + clipId + "\"},\"extensions\":{\"persistedQuery\":{\"version\":1,\"sha256Hash\":\"761bc03a4b100ec4f73fa78a5011847bb8ad7693d223d055fd013f79390acd41\"}}}", Encoding.UTF8, "application/json")
170170
};
171171
request.Headers.Add("Client-ID", "kimne78kx3ncx6brgo4mv6wki5h1ko");
172172
using var response = await httpClient.SendAsync(request, HttpCompletionOption.ResponseHeadersRead);

0 commit comments

Comments
 (0)