mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
This commit is contained in:
parent
5c54717c81
commit
ba68e1efa4
1 changed files with 3 additions and 0 deletions
|
@ -231,6 +231,9 @@ class Manager:
|
||||||
|
|
||||||
# Apply all the file filters, right after adding the torrents
|
# Apply all the file filters, right after adding the torrents
|
||||||
self.apply_all_file_filters()
|
self.apply_all_file_filters()
|
||||||
|
|
||||||
|
# Apply the queue at this time, after all is loaded and ready
|
||||||
|
self.apply_queue()
|
||||||
except IOError:
|
except IOError:
|
||||||
self.state = persistent_state()
|
self.state = persistent_state()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue