Browse Source

Fixed issue #37, ignore words

tags/release_0.1.0
echel0n 11 years ago
parent
commit
4c84351306
  1. 2
      sickbeard/webserve.py

2
sickbeard/webserve.py

@ -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…
Cancel
Save