mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-04 14:34:55 +02:00
Fix:Find books api endpoint #225
This commit is contained in:
parent
c711c2ef82
commit
3d6bbeb3cd
1 changed files with 1 additions and 4 deletions
|
@ -177,9 +177,6 @@ class ApiController {
|
|||
}
|
||||
|
||||
async findBooks(req, res) {
|
||||
if (req.method === 'match') {
|
||||
|
||||
} else if (req.method === 'cover')
|
||||
var provider = req.query.provider || 'google'
|
||||
var title = req.query.title || ''
|
||||
var author = req.query.author || ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue