controlapi: allow to get moviebrowser.conf with config call

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-02-11 21:59:24 +01:00
parent 9d3b300d82
commit 81d121e2d5
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")