mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 01:15:06 +02:00
Fix:Cancel library scan
This commit is contained in:
parent
4be004290d
commit
24d2e09724
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue