1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Temp fix for root dirs config resetting

This commit is contained in:
Adam 2014-09-23 16:13:48 +08:00
parent b0d550b3fb
commit bc16d23b4f

View File

@ -1496,7 +1496,6 @@ class ConfigGeneral(MainHandler):
sickbeard.AUTO_UPDATE = config.checkbox_to_value(auto_update)
sickbeard.NOTIFY_ON_UPDATE = config.checkbox_to_value(notify_on_update)
# sickbeard.LOG_DIR is set in config.change_LOG_DIR()
sickbeard.ROOT_DIRS = rootDir
sickbeard.UPDATE_SHOWS_ON_START = config.checkbox_to_value(update_shows_on_start)
config.change_UPDATE_FREQUENCY(update_frequency)