mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-06 17:31:41 +00:00
Merge a63dbfa5ff into 6f03467f35
This commit is contained in:
commit
cbd857c5c8
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