mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
controlapi: add mode_webradio to GetModeCGI()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 110588d39b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Origin message was:
------------------
- controlapi: add mode_webradio to GetModeCGI()
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -481,6 +481,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