mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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:
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue