mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Fix file renaming
This commit is contained in:
parent
9e53e33c24
commit
6aebcef2b5
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue