diff --git a/src/GifSearch.js b/src/GifSearch.js index e987fb9..e0ffaa2 100755 --- a/src/GifSearch.js +++ b/src/GifSearch.js @@ -223,7 +223,6 @@ class GifSearch extends PureComponent { "key": this.tenorApiKey, "limit": limit, "locale": "el_GR", - "media_filter": "basic", "contentfilter": "medium", ...this.state.next != 0 && {"pos": this.state.next}, ...this.props.tenorApiProps, @@ -236,7 +235,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,