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