mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
reloadchannels: make sure that channel flags are updated when reloading
This commit is contained in:
committed by
[CST] Focus
parent
b1e0fcb0c8
commit
bb560fbf47
@@ -255,6 +255,9 @@ int CScanSetup::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
printf("[neutrino] CScanSetup::%s reloadchannels...\n", __FUNCTION__);
|
||||
if (reloadhintBox)
|
||||
reloadhintBox->paint();
|
||||
/* save if changed, to make sure NEW/REMOVED/... flags are updated */
|
||||
CServiceManager::getInstance()->SaveServices(true, true);
|
||||
/* Z->reinitChannels triggers EVT_SERVICESCHANGED and this triggers channelsInit() */
|
||||
g_Zapit->reinitChannels();
|
||||
if (reloadhintBox)
|
||||
reloadhintBox->hide();
|
||||
|
Reference in New Issue
Block a user