Merge pull request #3898 from mikiher/fix-batch-quick-match

Add bookSeries id attribute to findAllExpandedWhere
This commit is contained in:
advplyr 2025-01-26 13:27:41 -06:00 committed by GitHub
commit 6ed2b575b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,7 +155,7 @@ class LibraryItem extends Model {
{
model: this.sequelize.models.series,
through: {
attributes: ['sequence']
attributes: ['id', 'sequence']
}
}
]