diff --git a/addon/moch/moch.js b/addon/moch/moch.js index 1f3214d..e418b2f 100644 --- a/addon/moch/moch.js +++ b/addon/moch/moch.js @@ -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 } \ No newline at end of file +module.exports = { applyMochs, getMochCatalog, getMochItemMeta, resolve, MochOptions: MOCHS }