mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-14 00:40:25 +00:00
core.active check removed
This commit is contained in:
parent
ca81562f04
commit
a0745df10d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const Search = ({ queryParams }) => {
|
|||
null;
|
||||
}, [search.selected]);
|
||||
const debounceAnanlytics = debounce((query, search) => {
|
||||
if (query !== null && core.active) {
|
||||
if (query !== null) {
|
||||
const responses_count = search.catalogs.filter((catalog) => catalog.content.type !== 'Loading').length;
|
||||
core.transport.analytics({
|
||||
event: 'Search',
|
||||
|
|
|
|||
Loading…
Reference in a new issue