[addon] includes trackers for anime torrents

This commit is contained in:
TheBeastLT
2020-12-21 18:04:50 +01:00
parent 8ad50a1d15
commit 44d1ac2b82
5 changed files with 56 additions and 5 deletions

View File

@@ -123,6 +123,7 @@ function populateCachedLinks(streams, mochResult) {
stream.url = `${RESOLVER_HOST}/${mochResult.moch.key}/${cachedEntry.url}`;
delete stream.infoHash;
delete stream.fileIndex;
delete stream.sources;
}
});
return streams;