From 722a7aef8596b5b38f1bfbe34922832e941f0f82 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sat, 29 Jan 2011 17:51:29 +0100 Subject: Added a comment where the 'Recordings' instance comes from. --- pages/recordings.ecpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/recordings.ecpp b/pages/recordings.ecpp index 76bbe65..801435f 100644 --- a/pages/recordings.ecpp +++ b/pages/recordings.ecpp @@ -76,7 +76,7 @@ if (! deleteResult.empty()) {
<$ string(tr("List of recordings")) + " (" + diskinfo + ")" $>
<%cpp> - if (Recordings.Count() == 0) { + if (Recordings.Count() == 0) { // Access VDRs global cRecordings Recordings instance. <$ tr("No recordings found") $> <%cpp> -- cgit v1.2.3