mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-23 01:18:59 +02:00
Add missing sequence
to series response
This commit is contained in:
parent
bdeb22615e
commit
453e881336
@ -205,6 +205,7 @@ module.exports = {
|
||||
delete bs.book.libraryItem
|
||||
libraryItem.media = bs.book
|
||||
const oldLibraryItem = libraryItem.toOldJSONMinified()
|
||||
oldLibraryItem.sequence = bs.sequence
|
||||
return oldLibraryItem
|
||||
})
|
||||
allOldSeries.push(oldSeries)
|
||||
|
Loading…
Reference in New Issue
Block a user