From 35c2aca36905c3b916dc445a98872b66b237e978 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 28 Feb 2016 12:40:37 +0100 Subject: fixed nextrecording token in displaychannel --- coreengine/viewelementsdisplaychannel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreengine') diff --git a/coreengine/viewelementsdisplaychannel.c b/coreengine/viewelementsdisplaychannel.c index 55fa3bb..8186e8c 100644 --- a/coreengine/viewelementsdisplaychannel.c +++ b/coreengine/viewelementsdisplaychannel.c @@ -156,6 +156,7 @@ void cVeDcEpgInfo::Set(const cEvent *p, const cEvent *f) { tokenContainer->AddIntToken((int)eDCEpgInfoIT::nextduration, f->Duration() / 60); tokenContainer->AddIntToken((int)eDCEpgInfoIT::nextdurationhours, f->Duration() / 3600); tokenContainer->AddIntToken((int)eDCEpgInfoIT::nextdurationminutes, (f->Duration() / 60) % 60); + tokenContainer->AddIntToken((int)eDCEpgInfoIT::nextrecording, EventHasTimer(f)); tokenContainer->AddIntToken((int)eDCEpgInfoIT::hasVPS, (bool)f->Vps()); } SetDirty(); -- cgit v1.2.3