mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
zapit/src/getservices.cpp: clear numbers maps, if resetting numbers
This commit is contained in:
@@ -141,6 +141,10 @@ void CServiceManager::ResetChannelNumbers(bool bouquets, bool numbers)
|
|||||||
if(bouquets)
|
if(bouquets)
|
||||||
it->second.has_bouquet = 0;
|
it->second.has_bouquet = 0;
|
||||||
}
|
}
|
||||||
|
if(numbers) {
|
||||||
|
tv_numbers.clear();
|
||||||
|
radio_numbers.clear();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CServiceManager::RemoveChannel(const t_channel_id channel_id)
|
void CServiceManager::RemoveChannel(const t_channel_id channel_id)
|
||||||
|
Reference in New Issue
Block a user