mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
CNeutrinoApp::SetChannelMode: adjust to live channel instead of a semi-random one at startup
Origin commit data
------------------
Branch: ni/coolstream
Commit: 26aecaf408
Author: martii <m4rtii@gmx.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1523,7 +1523,7 @@ void CNeutrinoApp::SetChannelMode(int newmode)
|
|||||||
if(g_settings.channellist_sort_mode == CChannelList::SORT_CH_NUMBER)
|
if(g_settings.channellist_sort_mode == CChannelList::SORT_CH_NUMBER)
|
||||||
bouquetList->Bouquets[i]->channelList->SortChNumber();
|
bouquetList->Bouquets[i]->channelList->SortChNumber();
|
||||||
}
|
}
|
||||||
channelList->adjustToChannelID(channelList->getActiveChannel_ChannelID());
|
channelList->adjustToChannelID(CZapit::getInstance()->GetCurrentChannelID());
|
||||||
}
|
}
|
||||||
lastChannelMode = newmode;
|
lastChannelMode = newmode;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user