mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] fixing missing title from cached results
This commit is contained in:
@@ -124,6 +124,7 @@ function populateCachedLinks(streams, mochResult) {
|
|||||||
if (cachedEntry && cachedEntry.cached) {
|
if (cachedEntry && cachedEntry.cached) {
|
||||||
return {
|
return {
|
||||||
name: `[${mochResult.moch.shortName}+] ${stream.name}`,
|
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}`
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user