This commit is contained in:
Lachlan Charlick 2025-06-20 14:21:51 +00:00 committed by GitHub
commit ed02209845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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