diff options
-rw-r--r-- | vdr-vdrmanager/helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp index b1ca86f..70342c7 100644 --- a/vdr-vdrmanager/helpers.cpp +++ b/vdr-vdrmanager/helpers.cpp @@ -817,7 +817,7 @@ string cHelpers::UnMapSpecialChars(string text) { } /** - * taken from vdr-restfulapi + * base on vdr-restfulapi's RecordingLengthInSeconds */ int cHelpers::RecordingLengthInSeconds(cRecording* recording) { |