Added http_root option

This commit is contained in:
Remy
2011-07-11 02:18:15 -07:00
parent ceadca253f
commit 052a540ca4
6 changed files with 29 additions and 9 deletions
+1
View File
@@ -8,6 +8,7 @@ def configCreate(path):
config['General']['http_port'] = 8181
config['General']['http_username'] = ''
config['General']['http_password'] = ''
config['General']['http_root'] = ''
config['General']['launch_browser'] = 1
config['General']['include_lossless'] = 0
config['General']['flac_to_mp3'] = 0