chore: feed tweaks
This commit is contained in:
parent
2c517144d7
commit
b1d2693713
3 changed files with 4 additions and 10 deletions
|
@ -23,7 +23,7 @@ module.exports = async function () {
|
|||
url: `https://trakt.tv/movies/${item['movie']['ids']['slug']}`,
|
||||
id: item['movie']['ids']['trakt'],
|
||||
tmdbId: item['movie']['ids']['tmdb'],
|
||||
description: item['movie']['overview'],
|
||||
description: `${item['movie']['overview']}<br/><br/>`,
|
||||
type: 'movie',
|
||||
}
|
||||
})
|
||||
|
|
Reference in a new issue