add frequently reload xmltv epg

Origin commit data
------------------
Branch: ni/coolstream
Commit: 852130e9cd
Author: TangoCash <eric@loxat.de>
Date: 2021-09-02 (Thu, 02 Sep 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2021-09-02 20:51:30 +02:00
committed by vanhofen
parent 4ec3f75d0d
commit cdbe3bce26
5 changed files with 20 additions and 1 deletions

View File

@@ -1037,6 +1037,10 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
case CSectionsdClient::EVT_BOUQUETS_UPDATE:
break;
#endif
case CSectionsdClient::EVT_RELOAD_XMLTV:
*msg = NeutrinoMessages::EVT_RELOAD_XMLTV;
*data = 0;
break;
default:
printf("[neutrino] event INITID_SECTIONSD - unknown eventID 0x%x\n", emsg.eventID );
}