mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update index.js
This commit is contained in:
parent
25094e3d9c
commit
d3324a90f7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ async function findContent(searchTerm, type) {
|
|||
gomostream.findContent(searchTerm, type),
|
||||
gdriveplayer.findContent(searchTerm, type),
|
||||
xemovie.findContent(searchTerm, type),
|
||||
vidzstore.findContent(searchTerm, type),
|
||||
// vidzstore.findContent(searchTerm, type),
|
||||
]);
|
||||
|
||||
content.forEach((o) => {
|
||||
|
|
Loading…
Reference in a new issue