mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 23:05:11 -05:00
Merge branch 'origin/dev'
This commit is contained in:
commit
483ea3baf7
@ -1077,7 +1077,7 @@ class ConfigSearch:
|
||||
sickbeard.TORRENT_METHOD = torrent_method
|
||||
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)
|
||||
if sickbeard.DOWNLOAD_PROPERS:
|
||||
|
Loading…
Reference in New Issue
Block a user