mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix andar's 2916 :P
This commit is contained in:
parent
1132292e9e
commit
61f49a2cda
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ class Manager:
|
|||
|
||||
fr_sorted = []
|
||||
for torrent in state.torrents:
|
||||
if os.path.exists(torrent.filename + ".fastresume")
|
||||
if os.path.exists(torrent.filename + ".fastresume"):
|
||||
fr_sorted.insert(0, torrent)
|
||||
else:
|
||||
fr_sorted.append(torrent)
|
||||
|
|
Loading…
Add table
Reference in a new issue