From 94199d6ccd82e5de58327f2039b69fd8b8db5384 Mon Sep 17 00:00:00 2001 From: Anthony Lasserre Date: Mon, 12 Apr 2021 12:19:14 +0200 Subject: [PATCH] [FIX] Disable basic Tenor parameter --- src/GifSearch.js | 2 -- 1 file changed, 2 deletions(-) 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,