mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +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)
|
||||
it->second.has_bouquet = 0;
|
||||
}
|
||||
if(numbers) {
|
||||
tv_numbers.clear();
|
||||
radio_numbers.clear();
|
||||
}
|
||||
}
|
||||
|
||||
void CServiceManager::RemoveChannel(const t_channel_id channel_id)
|
||||
|
Reference in New Issue
Block a user