|
|
@ -125,9 +125,7 @@ class rTorrent(Downloader): |
|
|
|
if self.conf('label'): |
|
|
|
torrent.set_custom(1, self.conf('label')) |
|
|
|
|
|
|
|
if self.conf('directory') and self.conf('append_label'): |
|
|
|
torrent.set_directory(os.path.join(self.conf('directory'), self.conf('label'))) |
|
|
|
elif self.conf('directory'): |
|
|
|
if self.conf('directory'): |
|
|
|
torrent.set_directory(self.conf('directory')) |
|
|
|
|
|
|
|
# Set Ratio Group |
|
|
|