fix andar's 2916 :P
This commit is contained in:
parent
1132292e9e
commit
61f49a2cda
@ -275,7 +275,7 @@ class Manager:
|
|||||||
|
|
||||||
fr_sorted = []
|
fr_sorted = []
|
||||||
for torrent in state.torrents:
|
for torrent in state.torrents:
|
||||||
if os.path.exists(torrent.filename + ".fastresume")
|
if os.path.exists(torrent.filename + ".fastresume"):
|
||||||
fr_sorted.insert(0, torrent)
|
fr_sorted.insert(0, torrent)
|
||||||
else:
|
else:
|
||||||
fr_sorted.append(torrent)
|
fr_sorted.append(torrent)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user