Fix server crash when quick match all updates existing series sequence #3961

This commit is contained in:
advplyr 2025-02-14 16:56:37 -06:00
parent fe4e0145c9
commit d9b206fe1c
2 changed files with 1 additions and 7 deletions

View file

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