1
0
Fork 0
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:
evilhero 2017-01-04 13:43:42 -05:00
parent 918b20247b
commit 7155f1f831

View file

@ -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: