summaryrefslogtreecommitdiff
path: root/pages/timers.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r--pages/timers.ecpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 9b10dbe..5c42442 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -52,8 +52,8 @@ using namespace vdrlive;
<td><$ (timer->Flags() & 1) ? "Ja" : "Nein" $></td>
<td><$ timer->Channel()->Name() $></td>
<td><$ FormatDateTime(tr("%a, %b %d"), timer->Day()) $></td>
- <td><$ FormatDateTime(tr("%I:%M %p"), timer->Start()) $></td>
- <td><$ FormatDateTime(tr("%I:%M %p"), timer->Stop()) $></td>
+ <td><$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $></td>
+ <td><$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $></td>
<td><$ timer->File() $></td>
</tr>
<{