mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-28 05:54:50 +02:00
Add bookSeries id attribute to findAllExpandedWhere
This commit is contained in:
parent
e096da1b4d
commit
9b4732c207
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class LibraryItem extends Model {
|
||||||
{
|
{
|
||||||
model: this.sequelize.models.series,
|
model: this.sequelize.models.series,
|
||||||
through: {
|
through: {
|
||||||
attributes: ['sequence']
|
attributes: ['id', 'sequence']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue