Skip to content

Commit

Permalink
larger window
Browse files Browse the repository at this point in the history
  • Loading branch information
markflorkowski committed Mar 7, 2024
1 parent 6433d7f commit 9fac70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/twitch-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const getVodWithMarkers = async (vodId: string, token: string) => {
const tokenForMarkers = await getValidTokenForCreator(creatorName);

const markersData = await fetchPaginatedMarkers(
`https://api.twitch.tv/helix/streams/markers?video_id=${vodId}`,
`https://api.twitch.tv/helix/streams/markers?video_id=${vodId}&first=100`,
{
method: "GET",
headers: generateTwitchRequestHeaders(tokenForMarkers),
Expand Down

0 comments on commit 9fac70c

Please sign in to comment.