Skip to content

Commit

Permalink
Merge pull request #436 from RLalor/increase_search_results
Browse files Browse the repository at this point in the history
#433 improved fetch results to 10
  • Loading branch information
shakeelmohamed authored Jul 10, 2024
2 parents c0a99c3 + fea99a3 commit 08c9ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/zap-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function getSearchResults(query, youTubeDataApiKey, onData, onFail) {
key: youTubeDataApiKey,
part: "snippet",
q: query,
maxResults: 10,
type: "video"
}, onData).fail(onFail);
}
Expand Down

0 comments on commit 08c9ad8

Please sign in to comment.