Add bookSeries id attribute to findAllExpandedWhere

This commit is contained in:
mikiher 2025-01-26 12:21:54 +02:00
parent e096da1b4d
commit 9b4732c207

View File

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