mirror of
https://github.com/evilhero/mylar
synced 2024-12-24 16:51:42 +00:00
FIX:(#1525) Deluge not setting label properly
This commit is contained in:
parent
918b20247b
commit
7155f1f831
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ class TorrentClient(object):
|
|||
return False
|
||||
else:
|
||||
logger.debug('TorrentID: ' + torrent_id)
|
||||
return True
|
||||
|
||||
# If label enabled put label on torrent in Deluge
|
||||
if torrent_id and mylar.DELUGE_LABEL:
|
||||
|
|
Loading…
Reference in a new issue