Display RSS episode descriptions based on the <content:encoded> RSS tags

The previously used <description> tag often only contains plain text,
whereas <content:encoded> is typically HTML-encoded and hence better
suited for display.

Closes #1405
This commit is contained in:
Tony Wasserka 2021-04-11 14:47:59 +02:00 committed by Georg Krause
commit 906bbb34bb
2 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1 @@
Improve formatting of RSS episode descriptions (#1405)