mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- controlapi: add mode_webradio to GetModeCGI()
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user