From 50103144136055679915bccd51448522f0a259da Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sun, 13 Feb 2022 11:20:43 +0000 Subject: [PATCH] Update index.js --- src/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/index.js b/src/lib/index.js index f3c776c8..07e225af 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -7,9 +7,9 @@ import gdriveplayer from './scraper/gdriveplayer'; async function findContent(searchTerm, type) { const results = { options: []}; const content = await Promise.all([ + theflix.findContent(searchTerm, type), gdriveplayer.findContent(searchTerm, type), xemovie.findContent(searchTerm, type), - theflix.findContent(searchTerm, type), vidzstore.findContent(searchTerm, type), ]);