controlapi: allow to get moviebrowser.conf with config call

Origin commit data
------------------
Commit: 809a7dcb45
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-11 (Thu, 11 Feb 2016)

Origin message was:
------------------
- controlapi: allow to get moviebrowser.conf with config call
This commit is contained in:
vanhofen
2016-02-11 21:59:24 +01:00
parent 3948649515
commit 4be683818b
2 changed files with 3 additions and 0 deletions

View File

@@ -2956,6 +2956,8 @@ void CControlAPI::ConfigCGI(CyhookHandler *hh) {
// Para "config" describes the config type
if (configFileName == "neutrino")
config_filename = NEUTRINO_CONFIGFILE;
else if (configFileName == "moviebrowser")
config_filename = MOVIEBROWSER_CONFIGFILE;
else if (configFileName == "nhttpd")
config_filename = HTTPD_CONFIGFILE;
else if (configFileName == "yweb")