mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
neutrino: show epg infos on announce recording, supplement to c044df3aab
Origin commit data ------------------ Branch: ni/coolstream Commit:c44683151e
Author: Jacek Jendrzej <overx300@gmail.com> Date: 2012-10-29 (Mon, 29 Oct 2012) Origin message was: ------------------ neutrino: show epg infos on announce recording, supplement toc044df3aab
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
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