Fix:Unable to edit series sequence #3636

This commit is contained in:
advplyr 2024-11-21 14:19:40 -06:00
parent ff026a06bb
commit 784b761629

View File

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