mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
zapit/src/zapit.cpp: after scan, send EVT_SERVICES_CHANGED before zap
This commit is contained in:
@@ -1000,9 +1000,9 @@ bool CZapit::ParseCommand(CBasicMessage::Header &rmsg, int connfd)
|
||||
SendCmdReady(connfd);
|
||||
#endif
|
||||
DBG("[zapit] sending EVT_SERVICES_CHANGED\n");
|
||||
SendEvent(CZapitClient::EVT_SERVICES_CHANGED);
|
||||
live_fe->setTsidOnid(0);
|
||||
ZapIt(live_channel_id, current_is_nvod);
|
||||
SendEvent(CZapitClient::EVT_SERVICES_CHANGED);
|
||||
//SendEvent(CZapitClient::EVT_BOUQUETS_CHANGED);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user