mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
-add zapto time correction option
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1281 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -526,9 +526,10 @@ int EventList::exec(const t_channel_id channel_id, const std::string& channelnam
|
||||
continue;
|
||||
}
|
||||
// FIXME g_Timerd->addZaptoTimerEvent(evtlist[selected].sub ? GET_CHANNEL_ID_FROM_EVENT_ID(evtlist[selected].eventID) : channel_id,
|
||||
|
||||
g_Timerd->addZaptoTimerEvent(channel_id,
|
||||
evtlist[selected].startTime,
|
||||
evtlist[selected].startTime - ANNOUNCETIME, 0,
|
||||
evtlist[selected].startTime - (g_settings.zapto_pre_time * 60),
|
||||
evtlist[selected].startTime - ANNOUNCETIME - (g_settings.zapto_pre_time * 60), 0,
|
||||
evtlist[selected].eventID, evtlist[selected].startTime, 0);
|
||||
ShowLocalizedMessage(LOCALE_TIMER_EVENTTIMED_TITLE, LOCALE_TIMER_EVENTTIMED_MSG, CMessageBox::mbrBack, CMessageBox::mbBack, NEUTRINO_ICON_INFO);
|
||||
timerlist.clear();
|
||||
|
Reference in New Issue
Block a user