diff --git a/addon/moch/moch.js b/addon/moch/moch.js index 88089e2..a8ca9d5 100644 --- a/addon/moch/moch.js +++ b/addon/moch/moch.js @@ -124,6 +124,7 @@ function populateCachedLinks(streams, mochResult) { if (cachedEntry && cachedEntry.cached) { return { name: `[${mochResult.moch.shortName}+] ${stream.name}`, + title: stream.title, url: `${RESOLVER_HOST}/${mochResult.moch.key}/${cachedEntry.url}` }; }