mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-27 04:26:19 +02:00
Fix:Quick match not removing empty series/authors #3743
This commit is contained in:
@@ -1217,7 +1217,7 @@ class LibraryController {
|
||||
Logger.error(`[LibraryController] Non-root user "${req.user.username}" attempted to match library items`)
|
||||
return res.sendStatus(403)
|
||||
}
|
||||
Scanner.matchLibraryItems(req.library)
|
||||
Scanner.matchLibraryItems(this, req.library)
|
||||
res.sendStatus(200)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user