mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 15:43:28 +00:00
Fix mapped_files error in AddTorrentDialog
This commit is contained in:
parent
6313ff19b3
commit
ffcfc060e9
@ -824,7 +824,7 @@ class AddTorrentDialog(component.Component):
|
|||||||
|
|
||||||
# The options, except file renames, we want all the torrents to have
|
# The options, except file renames, we want all the torrents to have
|
||||||
options = self.options[model.get_value(row, 0)].copy()
|
options = self.options[model.get_value(row, 0)].copy()
|
||||||
del options["mapped_files"]
|
options.pop("mapped_files", None)
|
||||||
|
|
||||||
# Set all the torrent options
|
# Set all the torrent options
|
||||||
row = model.get_iter_first()
|
row = model.get_iter_first()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user