Fix file renaming

This commit is contained in:
Andrew Resch 2009-12-20 03:45:14 +00:00
parent 9e53e33c24
commit 6aebcef2b5

View File

@ -975,7 +975,6 @@ class TorrentManager(component.Component):
except:
return
torrent_id = str(alert.handle.info_hash())
torrent.files[alert.index]["path"] = alert.name
# We need to see if this file index is in a waiting_on_folder list
folder_rename = False