Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
r8420 committed Mar 11, 2022
1 parent 6cdbfe3 commit 07d1f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function getVideos()
'Client-ID: ' . TWITCH_CLIENT_ID
),
CURLOPT_RETURNTRANSFER => true,
CURLOPT_URL => $videoAPI . '?user_id=' . CHANNEL_ID . "&type=archive&limit=100&offset=1"
CURLOPT_URL => $videoAPI . '?user_id=' . CHANNEL_ID . "&type=archive&first=100"
));

$response = curl_exec($ch);
Expand Down

0 comments on commit 07d1f2f

Please sign in to comment.