Add:Library match all books #359

This commit is contained in:
advplyr 2022-02-15 18:33:33 -06:00
parent c953c3dee0
commit 11be49a535
10 changed files with 132 additions and 84 deletions

View file

@ -272,7 +272,7 @@ class BookController {
}
var options = req.body || {}
var matchResult = await this.quickMatchBook(audiobook, options)
var matchResult = await this.scanner.quickMatchBook(audiobook, options)
res.json(matchResult)
}
}