Missing token eCeMenuSchedulesIT::durationminutes added

This commit is contained in:
kamel5 2021-02-09 14:54:10 +01:00
parent b9093a6dca
commit cba8fe1eb4
1 changed files with 1 additions and 0 deletions

View File

@ -968,6 +968,7 @@ bool cCeMenuSchedules::Parse(bool forced) {
}
tokenContainer->AddIntToken((int)eCeMenuSchedulesIT::duration, event->Duration() / 60);
tokenContainer->AddIntToken((int)eCeMenuSchedulesIT::durationhours, event->Duration() / 3600);
tokenContainer->AddIntToken((int)eCeMenuSchedulesIT::durationminutes, (event->Duration() / 60) % 60);
if (timerMatch == tmFull || timerMatch == tmPartial) {
cTimer_Detail_V1 data;