summaryrefslogtreecommitdiff
path: root/libcore/recfolderinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcore/recfolderinfo.h')
-rw-r--r--libcore/recfolderinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcore/recfolderinfo.h b/libcore/recfolderinfo.h
index 65d0c70..8148ea7 100644
--- a/libcore/recfolderinfo.h
+++ b/libcore/recfolderinfo.h
@@ -23,8 +23,9 @@ public:
cString FullName;
time_t Latest;
int Count;
+ cString LatestFileName;
- cFolderInfo(const char *Name, const char *FullName, time_t Latest, int Count);
+ cFolderInfo(const char *Name, const char *FullName, time_t Latest, int Count, const char *LatestFileName);
};
cRecordingsFolderInfo(cRecordings &Recordings);