mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-26 17:51:57 +01:00
Update index.js
This commit is contained in:
parent
25094e3d9c
commit
d3324a90f7
@ -11,7 +11,7 @@ async function findContent(searchTerm, type) {
|
|||||||
gomostream.findContent(searchTerm, type),
|
gomostream.findContent(searchTerm, type),
|
||||||
gdriveplayer.findContent(searchTerm, type),
|
gdriveplayer.findContent(searchTerm, type),
|
||||||
xemovie.findContent(searchTerm, type),
|
xemovie.findContent(searchTerm, type),
|
||||||
vidzstore.findContent(searchTerm, type),
|
// vidzstore.findContent(searchTerm, type),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
content.forEach((o) => {
|
content.forEach((o) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user