mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Remove itunes:summary
This commit is contained in:
@@ -147,8 +147,10 @@ const parseEpisode = e => {
|
|||||||
...item,
|
...item,
|
||||||
link, // replace Anchor link
|
link, // replace Anchor link
|
||||||
description: { __cdata: description },
|
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) {
|
if (episode.number) {
|
||||||
updated['podcast:episode'] = {
|
updated['podcast:episode'] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user