controlapi: add mode_moviebrowser to GetModeCGI()

Origin commit data
------------------
Branch: ni/coolstream
Commit: e76bfe6fdd
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-14 (Wed, 14 Sep 2022)

Origin message was:
------------------
- controlapi: add mode_moviebrowser to GetModeCGI()

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-09-14 20:47:52 +02:00
parent 8954922bef
commit a7fe10e6df

View File

@@ -497,6 +497,8 @@ void CControlAPI::GetModeCGI(CyhookHandler *hh)
result = "upnp";
else if (mode == NeutrinoModes::mode_webradio)
result = "webradio";
else if (mode == NeutrinoModes::mode_moviebrowser)
result = "moviebrowser";
else
result = "unknown";
}