mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fixed bug in saveAddShowDefaults that was causing defaults not to save
This commit is contained in:
parent
e171aa1c10
commit
74a2f3dca7
1 changed files with 2 additions and 0 deletions
|
@ -947,6 +947,8 @@ class ConfigGeneral:
|
|||
sickbeard.FLATTEN_FOLDERS_DEFAULT = config.checkbox_to_value(defaultFlattenFolders)
|
||||
sickbeard.SUBTITLES_DEFAULT = config.checkbox_to_value(subtitles)
|
||||
|
||||
sickbeard.save_config()
|
||||
|
||||
@cherrypy.expose
|
||||
def generateKey(self):
|
||||
""" Return a new randomized API_KEY
|
||||
|
|
Loading…
Reference in a new issue