mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-30 01:38:59 +01:00
Update continue series shelf to include rss feed
This commit is contained in:
parent
8edab98163
commit
516298b5b2
@ -688,6 +688,10 @@ module.exports = {
|
||||
sequence: bookSeries.sequence
|
||||
}
|
||||
|
||||
if (libraryItem.feeds?.length) {
|
||||
libraryItem.rssFeed = libraryItem.feeds[0]
|
||||
}
|
||||
|
||||
libraryItem.media = bookSeries.book
|
||||
return libraryItem
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user