mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix file renaming
This commit is contained in:
parent
571b8a84af
commit
700fe2ec17
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
=== Deluge 1.2.0_rc6 (In Development) ===
|
||||
==== Core ====
|
||||
* Fix file renaming
|
||||
|
||||
==== GtkUI ====
|
||||
* Fix #1104, #735 use path.utf-8 if available
|
||||
|
||||
|
|
|
@ -960,7 +960,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