controlapi: add mode_webradio to GetModeCGI()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 110588d39b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-20 (Mon, 20 Nov 2017)

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

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-20 15:19:06 +01:00
parent a12fe398cf
commit 3dd592bb87

View File

@@ -481,6 +481,8 @@ void CControlAPI::GetModeCGI(CyhookHandler *hh)
result = "webtv";
else if (mode == NeutrinoModes::mode_upnp)
result = "upnp";
else if (mode == NeutrinoModes::mode_radio)
result = "webradio";
else
result = "unknown";
}