mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
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 in3dd592bb87
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user