mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-06 02:32:44 +02:00
Fix:Podcast episode downloads where RSS feed uses the same title #1802
This commit is contained in:
@@ -109,7 +109,7 @@ class PodcastEpisode {
|
||||
}
|
||||
get size() { return this.audioFile.metadata.size }
|
||||
get enclosureUrl() {
|
||||
return this.enclosure ? this.enclosure.url : null
|
||||
return this.enclosure?.url || null
|
||||
}
|
||||
get pubYear() {
|
||||
if (!this.publishedAt) return null
|
||||
|
||||
Reference in New Issue
Block a user