[addon] include bingeGroup in debrid download links
This commit is contained in:
@@ -169,7 +169,8 @@ function populateDownloadLinks(streams, mochResults) {
|
||||
streams.push({
|
||||
name: `[${mochResult.moch.shortName} download] ${stream.name}`,
|
||||
title: stream.title,
|
||||
url: `${RESOLVER_HOST}/${mochResult.moch.key}/${cachedEntry.url}`
|
||||
url: `${RESOLVER_HOST}/${mochResult.moch.key}/${cachedEntry.url}`,
|
||||
behaviorHints: stream.behaviorHints
|
||||
})
|
||||
}
|
||||
}));
|
||||
@@ -194,4 +195,4 @@ function badTokenStreamResponse(mochKey) {
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = { applyMochs, getMochCatalog, getMochItemMeta, resolve, MochOptions: MOCHS }
|
||||
module.exports = { applyMochs, getMochCatalog, getMochItemMeta, resolve, MochOptions: MOCHS }
|
||||
|
||||
Reference in New Issue
Block a user