mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
neutrino: show epg infos on announce recording, supplement to 654ca3656d
This commit is contained in:
@@ -1250,8 +1250,15 @@ void CTimerEvent_Record::Refresh()
|
||||
//=============================================================
|
||||
void CTimerEvent_Zapto::announceEvent()
|
||||
{
|
||||
Refresh();
|
||||
CTimerd::RecordingInfo ri=eventInfo;
|
||||
ri.eventID=eventID;
|
||||
ri.recordingDir[0] = 0;
|
||||
strcpy(ri.epgTitle, epgTitle.substr(0,sizeof(ri.epgTitle)-1).c_str());
|
||||
|
||||
CTimerManager::getInstance()->getEventServer()->sendEvent(CTimerdClient::EVT_ANNOUNCE_ZAPTO,
|
||||
CEventServer::INITID_TIMERD);
|
||||
CEventServer::INITID_TIMERD,
|
||||
&ri,sizeof(CTimerd::RecordingInfo));
|
||||
}
|
||||
//------------------------------------------------------------
|
||||
void CTimerEvent_Zapto::fireEvent()
|
||||
|
Reference in New Issue
Block a user