mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 11:20:09 +00:00
allow plugin to specify output path
This commit is contained in:
parent
b34219bd9c
commit
4783f31deb
1 changed files with 5 additions and 2 deletions
|
@ -1027,6 +1027,9 @@ class DelugeGTK:
|
||||||
if path is None:
|
if path is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
self.interactive_add_torrent_path(self, torrent, path)
|
||||||
|
|
||||||
|
def interactive_add_torrent_path(self, torrent, path):
|
||||||
try:
|
try:
|
||||||
dumped_torrent = self.manager.dump_torrent_file_info(torrent)
|
dumped_torrent = self.manager.dump_torrent_file_info(torrent)
|
||||||
if self.config.get('enable_files_dialog'):
|
if self.config.get('enable_files_dialog'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue