Implementation of batch quick match API and related options dialog

This commit is contained in:
Nick Thomson
2022-09-23 17:51:34 +01:00
parent 7d4e7ce2c0
commit dbb62069ef
4 changed files with 99 additions and 17 deletions

View File

@@ -101,6 +101,7 @@ class ApiRouter {
this.router.post('/items/batch/delete', LibraryItemController.batchDelete.bind(this))
this.router.post('/items/batch/update', LibraryItemController.batchUpdate.bind(this))
this.router.post('/items/batch/get', LibraryItemController.batchGet.bind(this))
this.router.post('/items/batch/quickmatch', LibraryItemController.batchQuickMatch.bind(this))
//
// User Routes