Skip to content

Commit

Permalink
Fix:Unable to edit series sequence #3636
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Nov 21, 2024
1 parent ff026a0 commit 784b761
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 @@ -479,7 +479,7 @@ class LibraryItem extends Model {
{
model: this.sequelize.models.series,
through: {
attributes: ['sequence']
attributes: ['id', 'sequence']
}
}
],
Expand Down

0 comments on commit 784b761

Please sign in to comment.