- controlapi: add mode_moviebrowser to GetModeCGI()

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-09-14 20:47:52 +02:00
committed by Thilo Graf
parent ceda15916a
commit afe23e002b

View File

@@ -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";
}