Skip to content

Commit

Permalink
Merge pull request advplyr#3898 from mikiher/fix-batch-quick-match
Browse files Browse the repository at this point in the history
Add bookSeries id attribute to findAllExpandedWhere
  • Loading branch information
advplyr authored Jan 26, 2025
2 parents 558173e + 9b4732c commit 6ed2b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/models/LibraryItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class LibraryItem extends Model {
{
model: this.sequelize.models.series,
through: {
attributes: ['sequence']
attributes: ['id', 'sequence']
}
}
]
Expand Down

0 comments on commit 6ed2b57

Please sign in to comment.