controlapi: fix typo in 3dd592bb87

Origin commit data
------------------
Branch: ni/coolstream
Commit: 069774f84c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-23 (Thu, 23 Nov 2017)

Origin message was:
------------------
- controlapi: fix typo in 3dd592bb87

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-23 17:23:01 +01:00
parent df0fcbf292
commit f09b26a54e

View File

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