mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-16 01:32:54 +02:00
Fix:Find books api endpoint #225
This commit is contained in:
@@ -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 || ''
|
||||
|
||||
Reference in New Issue
Block a user