This commit is contained in:
Alon Zakai 2007-03-06 08:28:40 +00:00
parent 5c54717c81
commit ba68e1efa4
1 changed files with 3 additions and 0 deletions

View File

@ -231,6 +231,9 @@ class Manager:
# Apply all the file filters, right after adding the torrents
self.apply_all_file_filters()
# Apply the queue at this time, after all is loaded and ready
self.apply_queue()
except IOError:
self.state = persistent_state()
else: