mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
bouquetlist: fix indentation
Origin commit data
------------------
Branch: ni/coolstream
Commit: bc7cfeafa1
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-01 (Mon, 01 Jan 2024)
Origin message was:
------------------
- bouquetlist: fix indentation
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -155,7 +155,7 @@ bool CBouquetList::adjustToChannelID(t_channel_id channel_id)
|
|||||||
int nChannelPos = Bouquets[selected]->channelList->hasChannelID(channel_id);
|
int nChannelPos = Bouquets[selected]->channelList->hasChannelID(channel_id);
|
||||||
if (nChannelPos > -1)
|
if (nChannelPos > -1)
|
||||||
{
|
{
|
||||||
//printf("CBouquetList::adjustToChannelID [%s] to %llx -> not needed\n", name.c_str(), channel_id);
|
//printf("CBouquetList::adjustToChannelID [%s] to %llx -> not needed\n", name.c_str(), channel_id);
|
||||||
Bouquets[selected]->channelList->setSelected(nChannelPos);
|
Bouquets[selected]->channelList->setSelected(nChannelPos);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user