Update server/controllers/LibraryItemController.js

Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
This commit is contained in:
Undergrid 2022-09-24 23:38:44 +01:00 committed by GitHub
parent 62c59c634c
commit 014ad668a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,7 +337,7 @@ class LibraryItemController {
success: itemsUpdated > 0,
updates: itemsUpdated,
unmatched: itemsUnmatched
};
}
this.clientEmitter(req.user.id, 'batch_quickmatch_complete', result)
}