From 56614e3092f2f0d5fa7e3d21627df456c9431573 Mon Sep 17 00:00:00 2001 From: lado Date: Tue, 20 Mar 2012 15:44:14 +0100 Subject: recurring info --- vdr-vdrmanager/helpers.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp index 70342c7..2d1aec2 100644 --- a/vdr-vdrmanager/helpers.cpp +++ b/vdr-vdrmanager/helpers.cpp @@ -576,6 +576,10 @@ string cHelpers::ToText(cTimer * timer) { result += ":"; result += MapSpecialChars(timer->Channel()->GetChannelID().ToString()); + result += ":"; + + result += timer->WeekDays(); + result += "\r\n"; return result; @@ -817,7 +821,7 @@ string cHelpers::UnMapSpecialChars(string text) { } /** - * base on vdr-restfulapi's RecordingLengthInSeconds + * based on vdr-restfulapi's RecordingLengthInSeconds */ int cHelpers::RecordingLengthInSeconds(cRecording* recording) { -- cgit v1.2.3