diff options
author | spoob <spoob@gmx.de> | 2010-01-03 21:30:36 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-03 21:30:36 +0100 |
commit | 0ad60190af0ddad290120a491644e1882b12ff1a (patch) | |
tree | 699ed7b503fc9f9d6414ea26df51c69d971dd024 /module | |
parent | Cleaned Reconnect XML Config (diff) | |
download | pyload-0ad60190af0ddad290120a491644e1882b12ff1a.tar.xz |
Fixed XML File
Diffstat (limited to 'module')
-rw-r--r-- | module/config/core_default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 035b676f0..8e149a442 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -47,7 +47,7 @@ <method type="str" name="Method">None</method> <startTime type="time" name="Start">0:00</startTime> <endTime type="time" name="End">0:00</endTime> - </reconnectTime> + </reconnect> <downloadTime name="Download Time"> <start type="time" name="Start">0:00</start> <end type="time" name="End">0:00</end> |