mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
neutrino.cpp: set EPG filter after edit favorites in channel list, too
This commit is contained in:
@@ -2549,8 +2549,11 @@ _repeat:
|
|||||||
CHintBox* hintBox= new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(loc));
|
CHintBox* hintBox= new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(loc));
|
||||||
hintBox->paint();
|
hintBox->paint();
|
||||||
|
|
||||||
if (favorites_changed)
|
if (favorites_changed) {
|
||||||
g_bouquetManager->saveUBouquets();
|
g_bouquetManager->saveUBouquets();
|
||||||
|
if (!channels_init)
|
||||||
|
CEpgScan::getInstance()->ConfigureEIT();
|
||||||
|
}
|
||||||
|
|
||||||
if (channels_changed)
|
if (channels_changed)
|
||||||
CServiceManager::getInstance()->SaveServices(true);
|
CServiceManager::getInstance()->SaveServices(true);
|
||||||
|
Reference in New Issue
Block a user