mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
neutrino.cpp: set EPG filter after edit favorites in channel list, too
Origin commit data
------------------
Commit: ed03bf9f6e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-26 (Mon, 26 Jan 2015)
This commit is contained in:
@@ -2549,8 +2549,11 @@ _repeat:
|
||||
CHintBox* hintBox= new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(loc));
|
||||
hintBox->paint();
|
||||
|
||||
if (favorites_changed)
|
||||
if (favorites_changed) {
|
||||
g_bouquetManager->saveUBouquets();
|
||||
if (!channels_init)
|
||||
CEpgScan::getInstance()->ConfigureEIT();
|
||||
}
|
||||
|
||||
if (channels_changed)
|
||||
CServiceManager::getInstance()->SaveServices(true);
|
||||
|
Reference in New Issue
Block a user