[addon] add bingeGroup to stream responses

This commit is contained in:
TheBeastLT
2021-02-05 09:37:36 +01:00
parent 6c95f0e22c
commit 154b639a11
6 changed files with 24 additions and 11 deletions

View File

@@ -125,7 +125,8 @@ function populateCachedLinks(streams, mochResult) {
return {
name: `[${mochResult.moch.shortName}+] ${stream.name}`,
title: stream.title,
url: `${RESOLVER_HOST}/${mochResult.moch.key}/${cachedEntry.url}`
url: `${RESOLVER_HOST}/${mochResult.moch.key}/${cachedEntry.url}`,
behaviorHints: stream.behaviorHints
};
}
return stream;