mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-06 09:21:37 +00:00
Add missing sequence to series response
This commit is contained in:
parent
bdeb22615e
commit
453e881336
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ module.exports = {
|
||||||
delete bs.book.libraryItem
|
delete bs.book.libraryItem
|
||||||
libraryItem.media = bs.book
|
libraryItem.media = bs.book
|
||||||
const oldLibraryItem = libraryItem.toOldJSONMinified()
|
const oldLibraryItem = libraryItem.toOldJSONMinified()
|
||||||
|
oldLibraryItem.sequence = bs.sequence
|
||||||
return oldLibraryItem
|
return oldLibraryItem
|
||||||
})
|
})
|
||||||
allOldSeries.push(oldSeries)
|
allOldSeries.push(oldSeries)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue