mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
controlapi: add mode_moviebrowser to GetModeCGI()
Origin commit data
------------------
Branch: ni/coolstream
Commit: e76bfe6fdd
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Origin message was:
------------------
- controlapi: add mode_moviebrowser to GetModeCGI()
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -497,6 +497,8 @@ void CControlAPI::GetModeCGI(CyhookHandler *hh)
|
|||||||
result = "upnp";
|
result = "upnp";
|
||||||
else if (mode == NeutrinoModes::mode_webradio)
|
else if (mode == NeutrinoModes::mode_webradio)
|
||||||
result = "webradio";
|
result = "webradio";
|
||||||
|
else if (mode == NeutrinoModes::mode_moviebrowser)
|
||||||
|
result = "moviebrowser";
|
||||||
else
|
else
|
||||||
result = "unknown";
|
result = "unknown";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user