- controlapi: add mode_webradio to GetModeCGI()

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-11-20 15:19:06 +01:00
committed by Thilo Graf
parent 9645cb24d1
commit fe35b42a3b

View File

@@ -470,6 +470,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";
}