⚙️ Changing the text for html in the news route

pull/33/head
capitanwesler 4 years ago
parent 37d9516b0d
commit 61830c85cb

@ -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);

Loading…
Cancel
Save