Fix:Cancel library scan

This commit is contained in:
advplyr 2021-11-25 20:25:44 -06:00
parent 4be004290d
commit 24d2e09724
2 changed files with 7 additions and 2 deletions

View file

@ -334,7 +334,7 @@ class Server {
cancelScan(id) {
Logger.debug('[Server] Cancel scan', id)
this.scanner2.cancelLibraryScan[id] = true
this.scanner2.setCancelLibraryScan(id)
}
// Generates an NFO metadata file, if no audiobookId is passed then all audiobooks are done