mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Fix:Find books api endpoint #225
This commit is contained in:
parent
c711c2ef82
commit
3d6bbeb3cd
@ -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…
Reference in New Issue
Block a user