Remove itunes:summary

This commit is contained in:
Dennis Reimann
2023-12-15 08:13:33 +01:00
parent 98c2d811f4
commit f7ebc82056

View File

@@ -147,8 +147,10 @@ const parseEpisode = e => {
...item,
link, // replace Anchor link
description: { __cdata: description },
'itunes:summary': description // please the validator, Anchor's itunes:summary contains HTML
//'itunes:summary': description // please the validator, Anchor's itunes:summary contains HTML
}
// itunes:summary seems to be gone: https://help.apple.com/itc/podcasts_connect/#/itcb54353390
delete updated['itunes:summary']
if (episode.number) {
updated['podcast:episode'] = {