mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
Merge remote-tracking branch 'check/next-cc'
Lightly tested only...
Origin commit data
------------------
Branch: ni/coolstream
Commit: cdd065fc2e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-12-25 (Wed, 25 Dec 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1095,6 +1095,11 @@ void CControlAPI::GetBouquetsCGI(CyhookHandler *hh) {
|
||||
fav = true;
|
||||
|
||||
int mode = NeutrinoAPI->Zapit->getMode();
|
||||
if (hh->ParamList["mode"].compare("TV") == 0)
|
||||
mode = CZapitClient::MODE_TV;
|
||||
else if (hh->ParamList["mode"].compare("RADIO") == 0)
|
||||
mode = CZapitClient::MODE_RADIO;
|
||||
|
||||
std::string bouquet;
|
||||
for (int i = 0, size = (int) g_bouquetManager->Bouquets.size(); i < size; i++) {
|
||||
std::string item = "";
|
||||
|
Reference in New Issue
Block a user