Fix file renaming

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

View file

@ -975,7 +975,6 @@ class TorrentManager(component.Component):
except: except:
return return
torrent_id = str(alert.handle.info_hash()) 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 # We need to see if this file index is in a waiting_on_folder list
folder_rename = False folder_rename = False