mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-16 16:59:37 +00:00
Update continue series shelf to include rss feed
This commit is contained in:
parent
8edab98163
commit
516298b5b2
1 changed files with 4 additions and 0 deletions
|
|
@ -688,6 +688,10 @@ module.exports = {
|
||||||
sequence: bookSeries.sequence
|
sequence: bookSeries.sequence
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (libraryItem.feeds?.length) {
|
||||||
|
libraryItem.rssFeed = libraryItem.feeds[0]
|
||||||
|
}
|
||||||
|
|
||||||
libraryItem.media = bookSeries.book
|
libraryItem.media = bookSeries.book
|
||||||
return libraryItem
|
return libraryItem
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue