mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
controlapi: rename EpgSearchTXTCGI -> EpgSearchCGI
Origin commit data
------------------
Branch: ni/coolstream
Commit: e765ab983b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-20 (Sat, 20 Feb 2016)
Origin message was:
------------------
- controlapi: rename EpgSearchTXTCGI -> EpgSearchCGI
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -167,7 +167,7 @@ const CControlAPI::TyCgiCall CControlAPI::yCgiCallList[]=
|
||||
{"getmode", &CControlAPI::GetModeCGI, "text/plain"},
|
||||
{"setmode", &CControlAPI::SetModeCGI, "text/plain"},
|
||||
{"epgsearchxml", &CControlAPI::EpgSearchXMLCGI, ""},
|
||||
{"epgsearch", &CControlAPI::EpgSearchTXTCGI, ""},
|
||||
{"epgsearch", &CControlAPI::EpgSearchCGI, ""},
|
||||
{"epg", &CControlAPI::EpgCGI, ""},
|
||||
{"zapto", &CControlAPI::ZaptoCGI, "text/plain"},
|
||||
{"signal", &CControlAPI::SignalInfoCGI, "text/plain"},
|
||||
@@ -1433,7 +1433,7 @@ void CControlAPI::EpgSearchXMLCGI(CyhookHandler *hh)
|
||||
*/
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
void CControlAPI::EpgSearchTXTCGI(CyhookHandler *hh)
|
||||
void CControlAPI::EpgSearchCGI(CyhookHandler *hh)
|
||||
{
|
||||
SendFoundEvents(hh);
|
||||
}
|
||||
|
Reference in New Issue
Block a user