Skip to content

Commit

Permalink
fix: add itunes image
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Aug 8, 2023
1 parent 62ea5f2 commit 68aea0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/rss.xml/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export async function GET() {
itunesSeason: episode.season,
itunesEpisode: episode.episodeNumber,
itunesEpisodeType: episode.episodeType,
itunesImage: 'https://erreur200.com/images/erreur-200-podcast-artwork.jpg',
content: episode.body.html,
enclosure : {url: episode.url, type: 'audio/mpeg', size: episode.size}
})
Expand Down

0 comments on commit 68aea0f

Please sign in to comment.