fix andar's 2916 :P
This commit is contained in:
parent
1132292e9e
commit
61f49a2cda
|
@ -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…
Reference in New Issue