Correct database source title

This commit is contained in:
davidoskky 2022-10-08 17:14:12 +02:00
parent 023a30c008
commit fe12819163

View File

@ -65,6 +65,6 @@ fun SelfossModel.Item.toEntity(): ITEM =
this.thumbnail,
this.icon,
this.link,
this.title.getHtmlDecoded(),
this.sourcetitle.getHtmlDecoded(),
this.tags.joinToString(",")
)