Change default 'torrentfiles_location' to just the default download
directory
This commit is contained in:
parent
7bde1e549a
commit
b1dbca37c3
@ -3,7 +3,7 @@ Deluge 0.9.08 - "1.0.0_RC8" (In Development)
|
|||||||
* Attempt to automatically upgrade a 0.5.x state file to new format
|
* Attempt to automatically upgrade a 0.5.x state file to new format
|
||||||
|
|
||||||
Plugins:
|
Plugins:
|
||||||
* Fix bug in Blocklist that prevented downloading of new file every X days
|
* Fix bug in Blocklist that prevented downloading a new file every X days
|
||||||
|
|
||||||
GtkUI:
|
GtkUI:
|
||||||
* Sort filenames alphabetically in add torrent dialog
|
* Sort filenames alphabetically in add torrent dialog
|
||||||
|
|||||||
@ -67,7 +67,7 @@ DEFAULT_PREFS = {
|
|||||||
"download_location": deluge.common.get_default_download_dir(),
|
"download_location": deluge.common.get_default_download_dir(),
|
||||||
"listen_ports": [6881, 6891],
|
"listen_ports": [6881, 6891],
|
||||||
"copy_torrent_file": False,
|
"copy_torrent_file": False,
|
||||||
"torrentfiles_location": os.path.join(deluge.common.get_default_download_dir(), "torrentfiles"),
|
"torrentfiles_location": deluge.common.get_default_download_dir(),
|
||||||
"plugins_location": os.path.join(deluge.configmanager.get_config_dir(), "plugins"),
|
"plugins_location": os.path.join(deluge.configmanager.get_config_dir(), "plugins"),
|
||||||
"state_location": os.path.join(deluge.configmanager.get_config_dir(), "state"),
|
"state_location": os.path.join(deluge.configmanager.get_config_dir(), "state"),
|
||||||
"prioritize_first_last_pieces": False,
|
"prioritize_first_last_pieces": False,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user