From 61830c85cbaa7b77dcafa19cd03ea3850c2615d3 Mon Sep 17 00:00:00 2001 From: capitanwesler Date: Tue, 16 Mar 2021 19:43:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Changing=20the=20text=20fo?= =?UTF-8?q?r=20html=20in=20the=20news=20route?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/UtilsController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);