mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Origin commit data
------------------
Commit: c2e4b979bc
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-23 (Tue, 23 Aug 2016)
This commit is contained in:
@@ -3051,7 +3051,7 @@ void CControlAPI::xmltvepgCGI(CyhookHandler *hh)
|
|||||||
{
|
{
|
||||||
int mode = NeutrinoAPI->Zapit->getMode();
|
int mode = NeutrinoAPI->Zapit->getMode();
|
||||||
hh->ParamList["format"] = "xml";
|
hh->ParamList["format"] = "xml";
|
||||||
TOutType outType = hh->outStart();
|
hh->outStart();
|
||||||
|
|
||||||
t_channel_id channel_id;
|
t_channel_id channel_id;
|
||||||
std::string result = "";
|
std::string result = "";
|
||||||
@@ -3123,8 +3123,7 @@ void CControlAPI::xmltvepgCGI(CyhookHandler *hh)
|
|||||||
|
|
||||||
void CControlAPI::xmltvm3uCGI(CyhookHandler *hh)
|
void CControlAPI::xmltvm3uCGI(CyhookHandler *hh)
|
||||||
{
|
{
|
||||||
|
hh->outStart();
|
||||||
TOutType outType = hh->outStart();
|
|
||||||
std::string result = "";
|
std::string result = "";
|
||||||
|
|
||||||
int mode = NeutrinoAPI->Zapit->getMode();
|
int mode = NeutrinoAPI->Zapit->getMode();
|
||||||
|
Reference in New Issue
Block a user