summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/timers.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 9c9593c..7784f81 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -55,7 +55,7 @@ using namespace vdrlive;
<td><$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%a, %b %d"), timer->Day()) $></td>
<td><$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $></td>
<td><$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $></td>
- <td><{ if (timer->Flags() & 8) { }><img src="/record.png" alt="Record" /><{ } }></td>
+ <td><{ if (timer->Recording()) { }><img src="/record.png" alt="Record" /><{ } }></td>
<td><$ timer->File() $></td>
</tr>
<{