Skip to content

Commit

Permalink
Omnibox actually only shows 5 results not 6
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed May 6, 2015
1 parent a7b335c commit 72b5efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/background/model/chromeOmniboxManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@

var searchRequest = YouTubeV3API.search({
text: searchText,
// Omnibox can only show 6 results
maxResults: 6,
// Omnibox can only show 5 results
maxResults: 5,
success: this._onSearchResponse.bind(this, suggest, searchText)
});

Expand Down

0 comments on commit 72b5efb

Please sign in to comment.