Add http_root to settings page

This commit is contained in:
JonnyWong16 2016-04-20 22:25:33 -07:00
parent 54a7367fb6
commit 6f97173b00
3 changed files with 17 additions and 3 deletions

View file

@ -1196,6 +1196,7 @@ class WebInterface(object):
"http_username": plexpy.CONFIG.HTTP_USERNAME,
"http_port": plexpy.CONFIG.HTTP_PORT,
"http_password": http_password,
"http_root": plexpy.CONFIG.HTTP_ROOT,
"launch_browser": checked(plexpy.CONFIG.LAUNCH_BROWSER),
"enable_https": checked(plexpy.CONFIG.ENABLE_HTTPS),
"https_create_cert": checked(plexpy.CONFIG.HTTPS_CREATE_CERT),