mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-03 19:41:52 +02:00
Fix:Scanner smart re-order
This commit is contained in:
@@ -120,6 +120,7 @@ class FolderWatcher extends EventEmitter {
|
||||
|
||||
onRename(libraryId, pathFrom, pathTo) {
|
||||
Logger.debug(`[Watcher] Rename ${pathFrom} => ${pathTo}`)
|
||||
this.addFileUpdate(libraryId, pathFrom, 'renamed')
|
||||
this.addFileUpdate(libraryId, pathTo, 'renamed')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user