mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-16 12:24:56 +02:00
Fix:Series & collection rss feeds repeating first book #1531
This commit is contained in:
parent
785942b94f
commit
557d3243c3
2 changed files with 11 additions and 7 deletions
|
@ -77,6 +77,7 @@ class Feed {
|
|||
|
||||
getEpisodePath(id) {
|
||||
var episode = this.episodes.find(ep => ep.id === id)
|
||||
console.log('getEpisodePath=', id, episode)
|
||||
if (!episode) return null
|
||||
return episode.fullPath
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue