mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -05:00
Fixed issue #37, ignore words
This commit is contained in:
parent
a7ae6a1977
commit
4c84351306
@ -1077,7 +1077,7 @@ class ConfigSearch:
|
|||||||
sickbeard.TORRENT_METHOD = torrent_method
|
sickbeard.TORRENT_METHOD = torrent_method
|
||||||
sickbeard.USENET_RETENTION = sickbeard.USENET_RETENTION = config.to_int(usenet_retention, default=500)
|
sickbeard.USENET_RETENTION = sickbeard.USENET_RETENTION = config.to_int(usenet_retention, default=500)
|
||||||
|
|
||||||
sickbeard.IGNORE_WORDS = ignore_words if not ignore_words else ""
|
sickbeard.IGNORE_WORDS = ignore_words if ignore_words else ""
|
||||||
|
|
||||||
sickbeard.DOWNLOAD_PROPERS = config.checkbox_to_value(download_propers)
|
sickbeard.DOWNLOAD_PROPERS = config.checkbox_to_value(download_propers)
|
||||||
if sickbeard.DOWNLOAD_PROPERS:
|
if sickbeard.DOWNLOAD_PROPERS:
|
||||||
|
Loading…
Reference in New Issue
Block a user