[addon] fixing missing title from cached results

This commit is contained in:
TheBeastLT
2021-02-01 01:05:43 +01:00
parent 97eab658c3
commit e34c3406d1

View File

@@ -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}`
};
}