Private GIT

Skip to content
Snippets Groups Projects
Commit 8677338d authored by Luca's avatar Luca
Browse files

Fix XBMC update only first host on reboot.

parent 1b054400
Branches
No related tags found
No related merge requests found
......@@ -1358,6 +1358,7 @@ def save_config():
new_config['XBMC']['xbmc_notify_onsubtitledownload'] = int(XBMC_NOTIFY_ONSUBTITLEDOWNLOAD)
new_config['XBMC']['xbmc_update_library'] = int(XBMC_UPDATE_LIBRARY)
new_config['XBMC']['xbmc_update_full'] = int(XBMC_UPDATE_FULL)
new_config['XBMC']['xbmc_update_onlyfirst'] = int(XBMC_UPDATE_ONLYFIRST)
new_config['XBMC']['xbmc_host'] = XBMC_HOST
new_config['XBMC']['xbmc_username'] = XBMC_USERNAME
new_config['XBMC']['xbmc_password'] = XBMC_PASSWORD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment