Skip to content

Commit 06b2f5d

Browse files
Add subtitle field to item fields list
Added 'subtitle' field to the parsed item fields in fields.js to support RSS feeds that include subtitle information for items. Co-authored-by: openhands <openhands@all-hands.dev>
1 parent b0d3b48 commit 06b2f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/fields.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fields.item = [
3939
'pubDate',
4040
'author',
4141
'summary',
42+
'subtitle',
4243
['content:encoded', 'content:encoded', {includeSnippet: true}],
4344
'enclosure',
4445
'dc:creator',

0 commit comments

Comments
 (0)