mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-08 23:04:51 +02:00
Fix:Cancel library scan
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user