mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] include bingeGroup in debrid download links
This commit is contained in:
@@ -169,7 +169,8 @@ function populateDownloadLinks(streams, mochResults) {
|
|||||||
streams.push({
|
streams.push({
|
||||||
name: `[${mochResult.moch.shortName} download] ${stream.name}`,
|
name: `[${mochResult.moch.shortName} download] ${stream.name}`,
|
||||||
title: stream.title,
|
title: stream.title,
|
||||||
url: `${RESOLVER_HOST}/${mochResult.moch.key}/${cachedEntry.url}`
|
url: `${RESOLVER_HOST}/${mochResult.moch.key}/${cachedEntry.url}`,
|
||||||
|
behaviorHints: stream.behaviorHints
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user