diff --git a/src/dinosaurwet/dinosaurwet.controller.ts b/src/dinosaurwet/dinosaurwet.controller.ts index c4556e7..9a31e77 100644 --- a/src/dinosaurwet/dinosaurwet.controller.ts +++ b/src/dinosaurwet/dinosaurwet.controller.ts @@ -37,6 +37,9 @@ type Episode = { fakeReleaseDate: Date; }; +const dinosaurImage = + 'https://www.sanspantsradio.com/wp-content/uploads/2023/03/Dino-Wet-600x600.jpg'; + const episodes: Episode[] = episodeFiles.map((file, i) => { const [length, filename] = file; return { @@ -81,6 +84,13 @@ const buildFeeds = ( { link: 'https://sanspantsradio.com', }, + { + 'itunes:image': { + _attr: { + href: dinosaurImage, + }, + }, + }, { description: 'A recreation of Dinosaur Wet as an RSS feed for listeners-with-licenses enjoyment.', @@ -96,6 +106,14 @@ const buildFeeds = ( { title }, { guid: url }, { pubDate: pubDateFn(index).toUTCString() }, + { + 'itunes:image': { + _attr: { + href: dinosaurImage, + }, + }, + }, + { 'itunes:episode': index + 1 }, { enclosure: [ {