mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-24 09:49:24 +02:00
Add:Remove option for authors & show authors with 0 books on authors page #2124
This commit is contained in:
parent
0367d9ec2a
commit
10011d3886
19 changed files with 79 additions and 5 deletions
|
@ -620,7 +620,7 @@ class LibraryController {
|
|||
model: Database.bookModel,
|
||||
attributes: ['id', 'tags', 'explicit'],
|
||||
where: bookWhere,
|
||||
required: true,
|
||||
required: false,
|
||||
through: {
|
||||
attributes: []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue