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

View File

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