mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-19 00:18:56 +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
|
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…
Reference in New Issue
Block a user