mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +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
|
||||
options = self.options[model.get_value(row, 0)].copy()
|
||||
del options["mapped_files"]
|
||||
options.pop("mapped_files", None)
|
||||
|
||||
# Set all the torrent options
|
||||
row = model.get_iter_first()
|
||||
|
Loading…
x
Reference in New Issue
Block a user