Show download icon for queued/downloaded episodes in rss feed modal

This commit is contained in:
advplyr 2025-02-26 17:56:17 -06:00
parent 6674189acd
commit 0ca65d1f79
3 changed files with 64 additions and 19 deletions

View file

@ -43,7 +43,8 @@ class PodcastEpisodeDownload {
season: this.rssPodcastEpisode?.season ?? null,
episode: this.rssPodcastEpisode?.episode ?? null,
episodeType: this.rssPodcastEpisode?.episodeType ?? 'full',
publishedAt: this.rssPodcastEpisode?.publishedAt ?? null
publishedAt: this.rssPodcastEpisode?.publishedAt ?? null,
guid: this.rssPodcastEpisode?.guid ?? null
}
}