mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-15 03:45:03 +02:00
Show download icon for queued/downloaded episodes in rss feed modal
This commit is contained in:
parent
6674189acd
commit
0ca65d1f79
3 changed files with 64 additions and 19 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue