Skip to content

Commit

Permalink
Merge pull request #11 from dotmind/fix/tenor-media-filter-param
Browse files Browse the repository at this point in the history
[FIX] Disable basic Tenor parameter
  • Loading branch information
Thanasis1101 authored Apr 12, 2021
2 parents fe5c2da + 94199d6 commit 90aa02a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GifSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ class GifSearch extends PureComponent {
"q": this.state.search_term,
"limit": limit,
"locale": "el_GR",
"media_filter": "basic",
"contentfilter": "high",
...this.state.next != 0 && {"pos": this.state.next},
...this.props.tenorApiProps,
Expand Down

0 comments on commit 90aa02a

Please sign in to comment.