mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
Neutrino timer list: always show correct infos in EPG viewer
if the EPG ID of a timer list entry is 0 or the corresponding EPG data
can't be found, then you see wrong infos in EPG viewer
Signed-off-by: Christian Schuett <Gaucho316@hotmail.com>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5964aa7ad4
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2013-06-02 (Sun, 02 Jun 2013)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
a0f96616cc
commit
1b141f7770
@@ -642,7 +642,10 @@ int CTimerList::show()
|
||||
if (timer->eventType == CTimerd::TIMER_RECORD || timer->eventType == CTimerd::TIMER_ZAPTO)
|
||||
{
|
||||
hide();
|
||||
if (timer->epgID != 0)
|
||||
res = g_EpgData->show(timer->channel_id, timer->epgID, &timer->epg_starttime);
|
||||
else
|
||||
ShowLocalizedHint(LOCALE_MESSAGEBOX_INFO, LOCALE_EPGVIEWER_NOTFOUND);
|
||||
if (res==menu_return::RETURN_EXIT_ALL)
|
||||
loop=false;
|
||||
else
|
||||
|
Reference in New Issue
Block a user