mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-08-02 22:51:45 +00:00
Merge a63dbfa5ff into 6caa1aa2da
This commit is contained in:
commit
9a157a1588
1 changed files with 3 additions and 1 deletions
|
|
@ -121,7 +121,9 @@ class AuthorController {
|
|||
id: {
|
||||
[sequelize.Op.not]: req.author.id
|
||||
},
|
||||
name: payload.name,
|
||||
name: {
|
||||
[sequelize.Op.iLike]: payload.name
|
||||
},
|
||||
libraryId: req.author.libraryId
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue