diff --git a/src/controllers/UtilsController.ts b/src/controllers/UtilsController.ts index d801be9..34d58ae 100644 --- a/src/controllers/UtilsController.ts +++ b/src/controllers/UtilsController.ts @@ -138,7 +138,7 @@ export default class UtilsController { ? 'Crunchyroll' : feed.title, thumbnail: obtainPreviewNews(item['content:encoded']), - content: item['content:encodedSnippet'], + content: item['content:encoded'], }; news.push(formattedObject);