mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
update 1337x doc type
This commit is contained in:
@@ -35,7 +35,7 @@ function torrent(torrentId) {
|
||||
}
|
||||
|
||||
function search(query) {
|
||||
return si.search(query)
|
||||
return si.search(query, null, { category: Categories.ANIME.ENGLISH})
|
||||
.then(results => results.map(torrent => parseTorrent(torrent)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user