Add missing sequence to series response

This commit is contained in:
Lachlan Charlick 2025-05-10 13:40:02 +09:30
parent bdeb22615e
commit 453e881336

View File

@ -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)