mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-21 03:14:38 +02:00
Fix includes
This commit is contained in:
parent
7a1623e6a1
commit
7a49681dd2
1 changed files with 2 additions and 2 deletions
|
@ -873,11 +873,11 @@ class LibraryItem extends Model {
|
|||
attributes: ['id', 'mediaType', 'mediaId', 'libraryId'],
|
||||
include: [
|
||||
{
|
||||
model: this.bookModel,
|
||||
model: this.sequelize.models.book,
|
||||
attributes: ['id', 'coverPath']
|
||||
},
|
||||
{
|
||||
model: this.podcastModel,
|
||||
model: this.sequelize.models.podcast,
|
||||
attributes: ['id', 'coverPath']
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue