diff --git a/src/main/folder-watcher.js b/src/main/folder-watcher.js index 7692ec8b..d5e81f22 100644 --- a/src/main/folder-watcher.js +++ b/src/main/folder-watcher.js @@ -5,7 +5,7 @@ class FolderWatcher { constructor ({window, state}) { this.window = window this.state = state - this.torrentsFolderPath + this.torrentsFolderPath = null this.watching = false }