mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Missing token eCeMenuSchedulesIT::durationminutes added
This commit is contained in:
parent
b9093a6dca
commit
cba8fe1eb4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user